Html Css Color HEX #EEEA00 Golden Yellow

📋 copy color: '#EEEA00'

red 238 ◦ green 234 ◦ blue 0

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

Shades of Golden Yellow #EEEA00

Tints of Golden Yellow #EEEA00

RGB

 RED value IS 238 (93.36% from 255) = 50.42%

 GREEN value IS 234 (91.8% from 255) = 49.58%

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

R = 50.42%
G = 49.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EEEA00 (or 0xEEEA00) is known color: Golden Yellow. HEX triplet: EE, EA and 00. RGB value is (238,234,0). Sum of RGB (Red+Green+Blue) = 238+234+0=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 0 (0.39% from 255 or 0% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEA00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEEA00 is #1115FF. Grayscale: #D1D1D1. Windows color (decimal): -1119744 or 60142. OLE color: 60142.

HSL color Cylindrical-coordinate representation of color #EEEA00: hue angle of 58.99º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EEEA00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 234 0 -
CMYK 0 0.02 1 0.07
HSL 58.99º 1% 0.47% -
HSV(B) 58.99º 1% 0.93% -
XYZ 64.68 77.02 11.46 -
YUV 208.52 10.33 149.03 -
System Red Green Blue C M Y K H S L
Decimal 238 234 0 0 0.02 1 0.07 58.99 1 0.47
Hex EE EA 0 0 2 64 7 3B 64 2F
Octal 356 352 0 0 2 144 7 73 144 57
Binary 11101110 11101010 0 0 10 1100100 111 111011 1100100 101111

Color Harmonies of #EEEA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEA00

Black with #EEEA00

Text Example


Text Example

White with #EEEA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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