Html Css Color HEX #EDE437 Golden Fizz

📋 copy color: '#EDE437'

red 237 ◦ green 228 ◦ blue 55

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

Shades of Golden Fizz #EDE437

Tints of Golden Fizz #EDE437

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.85%

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

R = 45.58%
G = 43.85%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDE437 (or 0xEDE437) is known color: Golden Fizz. HEX triplet: ED, E4 and 37. RGB value is (237,228,55). Sum of RGB (Red+Green+Blue) = 237+228+55=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 228 (89.45% from 255 or 43.85% from 520); Blue value is 55 (21.88% from 255 or 10.58% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE437 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE437 is #121BC8. Grayscale: #D3D3D3. Windows color (decimal): -1186761 or 3663085. OLE color: 3663085.

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

Color convert

RGB 237 228 55 -
CMYK 0 0.04 0.77 0.07
HSL 57.03º 0.83% 0.57% -
HSV(B) 57.03º 0.77% 0.93% -
XYZ 63.36 73.77 14.51 -
YUV 210.97 39.98 146.57 -
System Red Green Blue C M Y K H S L
Decimal 237 228 55 0 0.04 0.77 0.07 57.03 0.83 0.57
Hex ED E4 37 0 4 4D 7 39 53 39
Octal 355 344 67 0 4 115 7 71 123 71
Binary 11101101 11100100 110111 0 100 1001101 111 111001 1010011 111001

Color Harmonies of #EDE437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE437

Black with #EDE437

Text Example


Text Example

White with #EDE437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE437; }

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

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

background-color css

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

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

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

border-color css

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

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

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