Html Css Color HEX #EDEA37 Golden Fizz

📋 copy color: '#EDEA37'

red 237 ◦ green 234 ◦ blue 55

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

Shades of Golden Fizz #EDEA37

Tints of Golden Fizz #EDEA37

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.49%

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

R = 45.06%
G = 44.49%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDEA37 (or 0xEDEA37) is known color: Golden Fizz. HEX triplet: ED, EA and 37. RGB value is (237,234,55). Sum of RGB (Red+Green+Blue) = 237+234+55=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 55 (21.88% from 255 or 10.46% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA37 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEA37 is #1215C8. Grayscale: #D7D7D7. Windows color (decimal): -1185225 or 3664621. OLE color: 3664621.

HSL color Cylindrical-coordinate representation of color #EDEA37: hue angle of 59.01º 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 #EDEA37 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 234 55 -
CMYK 0 0.01 0.77 0.07
HSL 59.01º 0.83% 0.57% -
HSV(B) 59.01º 0.77% 0.93% -
XYZ 65.04 77.13 15.07 -
YUV 214.49 37.99 144.05 -
System Red Green Blue C M Y K H S L
Decimal 237 234 55 0 0.01 0.77 0.07 59.01 0.83 0.57
Hex ED EA 37 0 1 4D 7 3B 53 39
Octal 355 352 67 0 1 115 7 73 123 71
Binary 11101101 11101010 110111 0 1 1001101 111 111011 1010011 111001

Color Harmonies of #EDEA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEA37

Black with #EDEA37

Text Example


Text Example

White with #EDEA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEA37; }

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

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

background-color css

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

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

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

border-color css

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

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

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