Html Css Color HEX #EADD06 Golden Yellow

📋 copy color: '#EADD06'

red 234 ◦ green 221 ◦ blue 6

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

Shades of Golden Yellow #EADD06

Tints of Golden Yellow #EADD06

RGB

 RED value IS 234 (91.8% from 255) = 50.76%

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

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

R = 50.76%
G = 47.94%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EADD06 (or 0xEADD06) is known color: Golden Yellow. HEX triplet: EA, DD and 06. RGB value is (234,221,6). Sum of RGB (Red+Green+Blue) = 234+221+6=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 6 (2.73% from 255 or 1.30% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADD06 is #1522F9. Grayscale: #C9C9C9. Windows color (decimal): -1385210 or 450026. OLE color: 450026.

HSL color Cylindrical-coordinate representation of color #EADD06: hue angle of 56.58º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EADD06 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 221 6 -
CMYK 0 0.06 0.97 0.08
HSL 56.58º 0.95% 0.47% -
HSV(B) 56.58º 0.97% 0.92% -
XYZ 59.82 69.22 10.38 -
YUV 200.38 18.31 151.98 -
System Red Green Blue C M Y K H S L
Decimal 234 221 6 0 0.06 0.97 0.08 56.58 0.95 0.47
Hex EA DD 6 0 6 61 8 39 5F 2F
Octal 352 335 6 0 6 141 10 71 137 57
Binary 11101010 11011101 110 0 110 1100001 1000 111001 1011111 101111

Color Harmonies of #EADD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD06

Black with #EADD06

Text Example


Text Example

White with #EADD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD06; }

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

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

background-color css

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

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

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

border-color css

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

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

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