Html Css Color HEX #EADD03 Golden Yellow

📋 copy color: '#EADD03'

red 234 ◦ green 221 ◦ blue 3

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

Shades of Golden Yellow #EADD03

Tints of Golden Yellow #EADD03

RGB

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

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

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

R = 51.09%
G = 48.25%
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

#EADD03 (or 0xEADD03) is known color: Golden Yellow. HEX triplet: EA, DD and 03. RGB value is (234,221,3). Sum of RGB (Red+Green+Blue) = 234+221+3=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 3 (1.56% from 255 or 0.66% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADD03 is #1522FC. Grayscale: #C8C8C8. Windows color (decimal): -1385213 or 253418. OLE color: 253418.

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

Color convert

RGB 234 221 3 -
CMYK 0 0.06 0.99 0.08
HSL 56.62º 0.97% 0.46% -
HSV(B) 56.62º 0.99% 0.92% -
XYZ 59.8 69.21 10.29 -
YUV 200.04 16.81 152.23 -
System Red Green Blue C M Y K H S L
Decimal 234 221 3 0 0.06 0.99 0.08 56.62 0.97 0.46
Hex EA DD 3 0 6 63 8 39 61 2E
Octal 352 335 3 0 6 143 10 71 141 56
Binary 11101010 11011101 11 0 110 1100011 1000 111001 1100001 101110

Color Harmonies of #EADD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD03

Black with #EADD03

Text Example


Text Example

White with #EADD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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