Html Css Color HEX #EDE005 Golden Yellow

📋 copy color: '#EDE005'

red 237 ◦ green 224 ◦ blue 5

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

Shades of Golden Yellow #EDE005

Tints of Golden Yellow #EDE005

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.07%

 BLUE value IS 5 (2.34% from 255) = 1.07%

R = 50.86%
G = 48.07%
B = 1.07%

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

#EDE005 (or 0xEDE005) is known color: Golden Yellow. HEX triplet: ED, E0 and 05. RGB value is (237,224,5). Sum of RGB (Red+Green+Blue) = 237+224+5=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 5 (2.34% from 255 or 1.07% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE005 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE005 is #121FFA. Grayscale: #CBCBCB. Windows color (decimal): -1187835 or 385261. OLE color: 385261.

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

Color convert

RGB 237 224 5 -
CMYK 0 0.05 0.98 0.07
HSL 56.64º 0.96% 0.47% -
HSV(B) 56.64º 0.98% 0.93% -
XYZ 61.61 71.33 10.66 -
YUV 202.92 16.31 152.31 -
System Red Green Blue C M Y K H S L
Decimal 237 224 5 0 0.05 0.98 0.07 56.64 0.96 0.47
Hex ED E0 5 0 5 62 7 39 60 2F
Octal 355 340 5 0 5 142 7 71 140 57
Binary 11101101 11100000 101 0 101 1100010 111 111001 1100000 101111

Color Harmonies of #EDE005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE005

Black with #EDE005

Text Example


Text Example

White with #EDE005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE005; }

 p { color: rgb(237,224,5); }

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

background-color css

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

 a { background-color: rgb(237,224,5); }

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

border-color css

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

 span { border-color: rgb(237,224,5); }

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