Html Css Color HEX #EDDD06 Golden Yellow

📋 copy color: '#EDDD06'

red 237 ◦ green 221 ◦ blue 6

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

Shades of Golden Yellow #EDDD06

Tints of Golden Yellow #EDDD06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.29%

R = 51.08%
G = 47.63%
B = 1.29%

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

#EDDD06 (or 0xEDDD06) is known color: Golden Yellow. HEX triplet: ED, DD and 06. RGB value is (237,221,6). Sum of RGB (Red+Green+Blue) = 237+221+6=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 6 (2.73% from 255 or 1.29% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDD06 is #1222F9. Grayscale: #CACACA. Windows color (decimal): -1188602 or 450029. OLE color: 450029.

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

Color convert

RGB 237 221 6 -
CMYK 0 0.07 0.97 0.07
HSL 55.84º 0.95% 0.48% -
HSV(B) 55.84º 0.97% 0.93% -
XYZ 60.81 69.73 10.43 -
YUV 201.27 17.8 153.48 -
System Red Green Blue C M Y K H S L
Decimal 237 221 6 0 0.07 0.97 0.07 55.84 0.95 0.48
Hex ED DD 6 0 7 61 7 38 5F 30
Octal 355 335 6 0 7 141 7 70 137 60
Binary 11101101 11011101 110 0 111 1100001 111 111000 1011111 110000

Color Harmonies of #EDDD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD06

Black with #EDDD06

Text Example


Text Example

White with #EDDD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD06; }

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

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

background-color css

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

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

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

border-color css

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

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

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