Html Css Color HEX #EDE436 Golden Fizz

📋 copy color: '#EDE436'

red 237 ◦ green 228 ◦ blue 54

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

Shades of Golden Fizz #EDE436

Tints of Golden Fizz #EDE436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.4%

R = 45.66%
G = 43.93%
B = 10.4%

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

#EDE436 (or 0xEDE436) is known color: Golden Fizz. HEX triplet: ED, E4 and 36. RGB value is (237,228,54). Sum of RGB (Red+Green+Blue) = 237+228+54=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 228 (89.45% from 255 or 43.93% from 519); Blue value is 54 (21.48% from 255 or 10.40% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE436 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE436 is #121BC9. Grayscale: #D3D3D3. Windows color (decimal): -1186762 or 3597549. OLE color: 3597549.

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

Color convert

RGB 237 228 54 -
CMYK 0 0.04 0.77 0.07
HSL 57.05º 0.84% 0.57% -
HSV(B) 57.05º 0.77% 0.93% -
XYZ 63.33 73.76 14.39 -
YUV 210.86 39.48 146.65 -
System Red Green Blue C M Y K H S L
Decimal 237 228 54 0 0.04 0.77 0.07 57.05 0.84 0.57
Hex ED E4 36 0 4 4D 7 39 54 39
Octal 355 344 66 0 4 115 7 71 124 71
Binary 11101101 11100100 110110 0 100 1001101 111 111001 1010100 111001

Color Harmonies of #EDE436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE436

Black with #EDE436

Text Example


Text Example

White with #EDE436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE436; }

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

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

background-color css

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

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

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

border-color css

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

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

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