Html Css Color HEX #EDDD08 Golden Yellow

📋 copy color: '#EDDD08'

red 237 ◦ green 221 ◦ blue 8

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

Shades of Golden Yellow #EDDD08

Tints of Golden Yellow #EDDD08

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.42%

 BLUE value IS 8 (3.52% from 255) = 1.72%

R = 50.86%
G = 47.42%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDDD08 (or 0xEDDD08) is known color: Golden Yellow. HEX triplet: ED, DD and 08. RGB value is (237,221,8). Sum of RGB (Red+Green+Blue) = 237+221+8=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 8 (3.52% from 255 or 1.72% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDD08 is #1222F7. Grayscale: #CACACA. Windows color (decimal): -1188600 or 581101. OLE color: 581101.

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

Color convert

RGB 237 221 8 -
CMYK 0 0.07 0.97 0.07
HSL 55.81º 0.93% 0.48% -
HSV(B) 55.81º 0.97% 0.93% -
XYZ 60.83 69.73 10.48 -
YUV 201.5 18.8 153.32 -
System Red Green Blue C M Y K H S L
Decimal 237 221 8 0 0.07 0.97 0.07 55.81 0.93 0.48
Hex ED DD 8 0 7 61 7 38 5D 30
Octal 355 335 10 0 7 141 7 70 135 60
Binary 11101101 11011101 1000 0 111 1100001 111 111000 1011101 110000

Color Harmonies of #EDDD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD08

Black with #EDDD08

Text Example


Text Example

White with #EDDD08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD08; }

 p { color: rgb(237,221,8); }

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

background-color css

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

 a { background-color: rgb(237,221,8); }

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

border-color css

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

 span { border-color: rgb(237,221,8); }

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