Html Css Color HEX #EDE204 Golden Yellow

📋 copy color: '#EDE204'

red 237 ◦ green 226 ◦ blue 4

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

Shades of Golden Yellow #EDE204

Tints of Golden Yellow #EDE204

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.39%

 BLUE value IS 4 (1.95% from 255) = 0.86%

R = 50.75%
G = 48.39%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDE204 (or 0xEDE204) is known color: Golden Yellow. HEX triplet: ED, E2 and 04. RGB value is (237,226,4). Sum of RGB (Red+Green+Blue) = 237+226+4=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 226 (88.67% from 255 or 48.39% from 467); Blue value is 4 (1.95% from 255 or 0.86% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE204 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE204 is #121DFB. Grayscale: #CCCCCC. Windows color (decimal): -1187324 or 320237. OLE color: 320237.

HSL color Cylindrical-coordinate representation of color #EDE204: hue angle of 57.17º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDE204 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 226 4 -
CMYK 0 0.05 0.98 0.07
HSL 57.17º 0.97% 0.47% -
HSV(B) 57.17º 0.98% 0.93% -
XYZ 62.14 72.41 10.82 -
YUV 203.98 15.14 151.55 -
System Red Green Blue C M Y K H S L
Decimal 237 226 4 0 0.05 0.98 0.07 57.17 0.97 0.47
Hex ED E2 4 0 5 62 7 39 61 2F
Octal 355 342 4 0 5 142 7 71 141 57
Binary 11101101 11100010 100 0 101 1100010 111 111001 1100001 101111

Color Harmonies of #EDE204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE204

Black with #EDE204

Text Example


Text Example

White with #EDE204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE204; }

 p { color: rgb(237,226,4); }

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

background-color css

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

 a { background-color: rgb(237,226,4); }

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

border-color css

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

 span { border-color: rgb(237,226,4); }

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