Html Css Color HEX #EADC06 Golden Yellow

📋 copy color: '#EADC06'

red 234 ◦ green 220 ◦ blue 6

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

Shades of Golden Yellow #EADC06

Tints of Golden Yellow #EADC06

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.83%

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

R = 50.87%
G = 47.83%
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

#EADC06 (or 0xEADC06) is known color: Golden Yellow. HEX triplet: EA, DC and 06. RGB value is (234,220,6). Sum of RGB (Red+Green+Blue) = 234+220+6=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 6 (2.73% from 255 or 1.30% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADC06 is #1523F9. Grayscale: #C8C8C8. Windows color (decimal): -1385466 or 449770. OLE color: 449770.

HSL color Cylindrical-coordinate representation of color #EADC06: hue angle of 56.32º 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 #EADC06 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 220 6 -
CMYK 0 0.06 0.97 0.08
HSL 56.32º 0.95% 0.47% -
HSV(B) 56.32º 0.97% 0.92% -
XYZ 59.56 68.69 10.29 -
YUV 199.79 18.64 152.4 -
System Red Green Blue C M Y K H S L
Decimal 234 220 6 0 0.06 0.97 0.08 56.32 0.95 0.47
Hex EA DC 6 0 6 61 8 38 5F 2F
Octal 352 334 6 0 6 141 10 70 137 57
Binary 11101010 11011100 110 0 110 1100001 1000 111000 1011111 101111

Color Harmonies of #EADC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADC06

Black with #EADC06

Text Example


Text Example

White with #EADC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADC06; }

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

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

background-color css

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

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

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

border-color css

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

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

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