Html Css Color HEX #EADD00 Golden Yellow

📋 copy color: '#EADD00'

red 234 ◦ green 221 ◦ blue 0

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

Shades of Golden Yellow #EADD00

Tints of Golden Yellow #EADD00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.43%
G = 48.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EADD00 (or 0xEADD00) is known color: Golden Yellow. HEX triplet: EA, DD and 00. RGB value is (234,221,0). Sum of RGB (Red+Green+Blue) = 234+221+0=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 0 (0.39% from 255 or 0% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADD00 is #1522FF. Grayscale: #C8C8C8. Windows color (decimal): -1385216 or 56810. OLE color: 56810.

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

Color convert

RGB 234 221 0 -
CMYK 0 0.06 1 0.08
HSL 56.67º 1% 0.46% -
HSV(B) 56.67º 1% 0.92% -
XYZ 59.79 69.21 10.21 -
YUV 199.69 15.31 152.47 -
System Red Green Blue C M Y K H S L
Decimal 234 221 0 0 0.06 1 0.08 56.67 1 0.46
Hex EA DD 0 0 6 64 8 39 64 2E
Octal 352 335 0 0 6 144 10 71 144 56
Binary 11101010 11011101 0 0 110 1100100 1000 111001 1100100 101110

Color Harmonies of #EADD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD00

Black with #EADD00

Text Example


Text Example

White with #EADD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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