Html Css Color HEX #EDDB39 Golden Fizz

📋 copy color: '#EDDB39'

red 237 ◦ green 219 ◦ blue 57

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

Shades of Golden Fizz #EDDB39

Tints of Golden Fizz #EDDB39

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.69%

 BLUE value IS 57 (22.66% from 255) = 11.11%

R = 46.2%
G = 42.69%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDDB39 (or 0xEDDB39) is known color: Golden Fizz. HEX triplet: ED, DB and 39. RGB value is (237,219,57). Sum of RGB (Red+Green+Blue) = 237+219+57=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 57 (22.66% from 255 or 11.11% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB39 is #1224C6. Grayscale: #CECECE. Windows color (decimal): -1189063 or 3791853. OLE color: 3791853.

HSL color Cylindrical-coordinate representation of color #EDDB39: hue angle of 54º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDDB39 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 219 57 -
CMYK 0 0.08 0.76 0.07
HSL 54º 0.83% 0.58% -
HSV(B) 54º 0.76% 0.93% -
XYZ 61 68.96 13.97 -
YUV 205.91 43.96 150.17 -
System Red Green Blue C M Y K H S L
Decimal 237 219 57 0 0.08 0.76 0.07 54 0.83 0.58
Hex ED DB 39 0 8 4C 7 36 53 3A
Octal 355 333 71 0 10 114 7 66 123 72
Binary 11101101 11011011 111001 0 1000 1001100 111 110110 1010011 111010

Color Harmonies of #EDDB39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB39

Black with #EDDB39

Text Example


Text Example

White with #EDDB39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB39; }

 p { color: rgb(237,219,57); }

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

background-color css

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

 a { background-color: rgb(237,219,57); }

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

border-color css

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

 span { border-color: rgb(237,219,57); }

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