Html Css Color HEX #EADD02 Golden Yellow

📋 copy color: '#EADD02'

red 234 ◦ green 221 ◦ blue 2

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

Shades of Golden Yellow #EADD02

Tints of Golden Yellow #EADD02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.44%

R = 51.2%
G = 48.36%
B = 0.44%

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

#EADD02 (or 0xEADD02) is known color: Golden Yellow. HEX triplet: EA, DD and 02. RGB value is (234,221,2). Sum of RGB (Red+Green+Blue) = 234+221+2=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 2 (1.17% from 255 or 0.44% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADD02 is #1522FD. Grayscale: #C8C8C8. Windows color (decimal): -1385214 or 187882. OLE color: 187882.

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

Color convert

RGB 234 221 2 -
CMYK 0 0.06 0.99 0.08
HSL 56.64º 0.98% 0.46% -
HSV(B) 56.64º 0.99% 0.92% -
XYZ 59.8 69.21 10.26 -
YUV 199.92 16.31 152.31 -
System Red Green Blue C M Y K H S L
Decimal 234 221 2 0 0.06 0.99 0.08 56.64 0.98 0.46
Hex EA DD 2 0 6 63 8 39 62 2E
Octal 352 335 2 0 6 143 10 71 142 56
Binary 11101010 11011101 10 0 110 1100011 1000 111001 1100010 101110

Color Harmonies of #EADD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD02

Black with #EADD02

Text Example


Text Example

White with #EADD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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