Html Css Color HEX #EADE00 Golden Yellow

📋 copy color: '#EADE00'

red 234 ◦ green 222 ◦ blue 0

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

Shades of Golden Yellow #EADE00

Tints of Golden Yellow #EADE00

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.68%

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

R = 51.32%
G = 48.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EADE00 (or 0xEADE00) is known color: Golden Yellow. HEX triplet: EA, DE and 00. RGB value is (234,222,0). Sum of RGB (Red+Green+Blue) = 234+222+0=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 222 (87.11% from 255 or 48.68% from 456); Blue value is 0 (0.39% from 255 or 0% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADE00 is #1521FF. Grayscale: #C9C9C9. Windows color (decimal): -1384960 or 57066. OLE color: 57066.

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

Color convert

RGB 234 222 0 -
CMYK 0 0.05 1 0.08
HSL 56.92º 1% 0.46% -
HSV(B) 56.92º 1% 0.92% -
XYZ 60.05 69.73 10.3 -
YUV 200.28 14.98 152.05 -
System Red Green Blue C M Y K H S L
Decimal 234 222 0 0 0.05 1 0.08 56.92 1 0.46
Hex EA DE 0 0 5 64 8 39 64 2E
Octal 352 336 0 0 5 144 10 71 144 56
Binary 11101010 11011110 0 0 101 1100100 1000 111001 1100100 101110

Color Harmonies of #EADE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADE00

Black with #EADE00

Text Example


Text Example

White with #EADE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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