Html Css Color HEX #EDE633 Golden Fizz

📋 copy color: '#EDE633'

red 237 ◦ green 230 ◦ blue 51

#EDE633
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Fizz #EDE633

Tints of Golden Fizz #EDE633

RGB

 RED value IS 237 (92.97% from 255) = 45.75%

 GREEN value IS 230 (90.23% from 255) = 44.4%

 BLUE value IS 51 (20.31% from 255) = 9.85%

R = 45.75%
G = 44.4%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDE633 (or 0xEDE633) is known color: Golden Fizz. HEX triplet: ED, E6 and 33. RGB value is (237,230,51). Sum of RGB (Red+Green+Blue) = 237+230+51=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 230 (90.23% from 255 or 44.40% from 518); Blue value is 51 (20.31% from 255 or 9.85% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE633 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE633 is #1219CC. Grayscale: #D4D4D4. Windows color (decimal): -1186253 or 3401453. OLE color: 3401453.

HSL color Cylindrical-coordinate representation of color #EDE633: hue angle of 57.74º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDE633 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 230 51 -
CMYK 0 0.03 0.78 0.07
HSL 57.74º 0.84% 0.56% -
HSV(B) 57.74º 0.78% 0.93% -
XYZ 63.82 74.84 14.21 -
YUV 211.69 37.32 146.05 -
System Red Green Blue C M Y K H S L
Decimal 237 230 51 0 0.03 0.78 0.07 57.74 0.84 0.56
Hex ED E6 33 0 3 4E 7 3A 54 38
Octal 355 346 63 0 3 116 7 72 124 70
Binary 11101101 11100110 110011 0 11 1001110 111 111010 1010100 111000

Color Harmonies of #EDE633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE633

Black with #EDE633

Text Example


Text Example

White with #EDE633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE633; }

 p { color: rgb(237,230,51); }

 H1.HeaderClassName
 {
   color: #EDE633;
 }
 .AnyTagClassName
 {
   color: #EDE633;
 }
</style>

background-color css

<style>
 a { background-color: #EDE633; }

 a { background-color: rgb(237,230,51); }

 div.DivClassName
 {
   background-color: #EDE633;
 }
 .BgClassName
 {
   background-color: #EDE633;
 }
</style>

border-color css

<style>
 span { border-color: #EDE633; }

 span { border-color: rgb(237,230,51); }

 td.TdClassName
 {
   border-color: #EDE633;
 }
 .TagClassName
 {
   border-color: #EDE633;
 }
</style>