Html Css Color HEX #EDDA37 Golden Fizz

📋 copy color: '#EDDA37'

red 237 ◦ green 218 ◦ blue 55

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

Shades of Golden Fizz #EDDA37

Tints of Golden Fizz #EDDA37

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.75%

 BLUE value IS 55 (21.88% from 255) = 10.78%

R = 46.47%
G = 42.75%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDDA37 (or 0xEDDA37) is known color: Golden Fizz. HEX triplet: ED, DA and 37. RGB value is (237,218,55). Sum of RGB (Red+Green+Blue) = 237+218+55=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 55 (21.88% from 255 or 10.78% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDA37 is #1225C8. Grayscale: #CDCDCD. Windows color (decimal): -1189321 or 3660525. OLE color: 3660525.

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

Color convert

RGB 237 218 55 -
CMYK 0 0.08 0.77 0.07
HSL 53.74º 0.83% 0.57% -
HSV(B) 53.74º 0.77% 0.93% -
XYZ 60.69 68.42 13.62 -
YUV 205.1 43.29 150.75 -
System Red Green Blue C M Y K H S L
Decimal 237 218 55 0 0.08 0.77 0.07 53.74 0.83 0.57
Hex ED DA 37 0 8 4D 7 36 53 39
Octal 355 332 67 0 10 115 7 66 123 71
Binary 11101101 11011010 110111 0 1000 1001101 111 110110 1010011 111001

Color Harmonies of #EDDA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA37

Black with #EDDA37

Text Example


Text Example

White with #EDDA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA37; }

 p { color: rgb(237,218,55); }

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

background-color css

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

 a { background-color: rgb(237,218,55); }

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

border-color css

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

 span { border-color: rgb(237,218,55); }

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