Html Css Color HEX #EDE404 Golden Yellow

📋 copy color: '#EDE404'

red 237 ◦ green 228 ◦ blue 4

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

Shades of Golden Yellow #EDE404

Tints of Golden Yellow #EDE404

RGB

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

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

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

R = 50.53%
G = 48.61%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDE404 (or 0xEDE404) is known color: Golden Yellow. HEX triplet: ED, E4 and 04. RGB value is (237,228,4). Sum of RGB (Red+Green+Blue) = 237+228+4=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 228 (89.45% from 255 or 48.61% from 469); Blue value is 4 (1.95% from 255 or 0.85% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE404 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE404 is #121BFB. Grayscale: #CECECE. Windows color (decimal): -1186812 or 320749. OLE color: 320749.

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

Color convert

RGB 237 228 4 -
CMYK 0 0.04 0.98 0.07
HSL 57.68º 0.97% 0.47% -
HSV(B) 57.68º 0.98% 0.93% -
XYZ 62.69 73.5 11 -
YUV 205.16 14.48 150.71 -
System Red Green Blue C M Y K H S L
Decimal 237 228 4 0 0.04 0.98 0.07 57.68 0.97 0.47
Hex ED E4 4 0 4 62 7 3A 61 2F
Octal 355 344 4 0 4 142 7 72 141 57
Binary 11101101 11100100 100 0 100 1100010 111 111010 1100001 101111

Color Harmonies of #EDE404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE404

Black with #EDE404

Text Example


Text Example

White with #EDE404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE404; }

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

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

background-color css

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

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

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

border-color css

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

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

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