Html Css Color HEX #EADC05 Golden Yellow

📋 copy color: '#EADC05'

red 234 ◦ green 220 ◦ blue 5

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

Shades of Golden Yellow #EADC05

Tints of Golden Yellow #EADC05

RGB

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

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

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

R = 50.98%
G = 47.93%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EADC05 (or 0xEADC05) is known color: Golden Yellow. HEX triplet: EA, DC and 05. RGB value is (234,220,5). Sum of RGB (Red+Green+Blue) = 234+220+5=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 5 (2.34% from 255 or 1.09% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADC05 is #1523FA. Grayscale: #C8C8C8. Windows color (decimal): -1385467 or 384234. OLE color: 384234.

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

Color convert

RGB 234 220 5 -
CMYK 0 0.06 0.98 0.08
HSL 56.33º 0.96% 0.47% -
HSV(B) 56.33º 0.98% 0.92% -
XYZ 59.55 68.69 10.26 -
YUV 199.68 18.14 152.48 -
System Red Green Blue C M Y K H S L
Decimal 234 220 5 0 0.06 0.98 0.08 56.33 0.96 0.47
Hex EA DC 5 0 6 62 8 38 60 2F
Octal 352 334 5 0 6 142 10 70 140 57
Binary 11101010 11011100 101 0 110 1100010 1000 111000 1100000 101111

Color Harmonies of #EADC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADC05

Black with #EADC05

Text Example


Text Example

White with #EADC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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