Html Css Color HEX #EADC03 Golden Yellow

📋 copy color: '#EADC03'

red 234 ◦ green 220 ◦ blue 3

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

Shades of Golden Yellow #EADC03

Tints of Golden Yellow #EADC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.66%

R = 51.2%
G = 48.14%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EADC03 (or 0xEADC03) is known color: Golden Yellow. HEX triplet: EA, DC and 03. RGB value is (234,220,3). Sum of RGB (Red+Green+Blue) = 234+220+3=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 3 (1.56% from 255 or 0.66% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADC03 is #1523FC. Grayscale: #C8C8C8. Windows color (decimal): -1385469 or 253162. OLE color: 253162.

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

Color convert

RGB 234 220 3 -
CMYK 0 0.06 0.99 0.08
HSL 56.36º 0.97% 0.46% -
HSV(B) 56.36º 0.99% 0.92% -
XYZ 59.54 68.69 10.21 -
YUV 199.45 17.14 152.64 -
System Red Green Blue C M Y K H S L
Decimal 234 220 3 0 0.06 0.99 0.08 56.36 0.97 0.46
Hex EA DC 3 0 6 63 8 38 61 2E
Octal 352 334 3 0 6 143 10 70 141 56
Binary 11101010 11011100 11 0 110 1100011 1000 111000 1100001 101110

Color Harmonies of #EADC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADC03

Black with #EADC03

Text Example


Text Example

White with #EADC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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