Html Css Color HEX #EEAF00 Selective Yellow

📋 copy color: '#EEAF00'

red 238 ◦ green 175 ◦ blue 0

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

Shades of Selective Yellow #EEAF00

Tints of Selective Yellow #EEAF00

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.37%

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

R = 57.63%
G = 42.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EEAF00 (or 0xEEAF00) is known color: Selective Yellow. HEX triplet: EE, AF and 00. RGB value is (238,175,0). Sum of RGB (Red+Green+Blue) = 238+175+0=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAF00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEAF00 is #1150FF. Grayscale: #AEAEAE. Windows color (decimal): -1134848 or 45038. OLE color: 45038.

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

Color convert

RGB 238 175 0 -
CMYK 0 0.26 1 0.07
HSL 44.12º 1% 0.47% -
HSV(B) 44.12º 1% 0.93% -
XYZ 50.59 48.84 6.76 -
YUV 173.89 29.87 173.73 -
System Red Green Blue C M Y K H S L
Decimal 238 175 0 0 0.26 1 0.07 44.12 1 0.47
Hex EE AF 0 0 1A 64 7 2C 64 2F
Octal 356 257 0 0 32 144 7 54 144 57
Binary 11101110 10101111 0 0 11010 1100100 111 101100 1100100 101111

Color Harmonies of #EEAF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAF00

Black with #EEAF00

Text Example


Text Example

White with #EEAF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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