Html Css Color HEX #EEB000 Selective Yellow

📋 copy color: '#EEB000'

red 238 ◦ green 176 ◦ blue 0

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

Shades of Selective Yellow #EEB000

Tints of Selective Yellow #EEB000

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.51%

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

R = 57.49%
G = 42.51%
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

#EEB000 (or 0xEEB000) is known color: Selective Yellow. HEX triplet: EE, B0 and 00. RGB value is (238,176,0). Sum of RGB (Red+Green+Blue) = 238+176+0=414 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.49% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEB000 is #114FFF. Grayscale: #AFAFAF. Windows color (decimal): -1134592 or 45294. OLE color: 45294.

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

Color convert

RGB 238 176 0 -
CMYK 0 0.26 1 0.07
HSL 44.37º 1% 0.47% -
HSV(B) 44.37º 1% 0.93% -
XYZ 50.79 49.23 6.83 -
YUV 174.47 29.54 173.31 -
System Red Green Blue C M Y K H S L
Decimal 238 176 0 0 0.26 1 0.07 44.37 1 0.47
Hex EE B0 0 0 1A 64 7 2C 64 2F
Octal 356 260 0 0 32 144 7 54 144 57
Binary 11101110 10110000 0 0 11010 1100100 111 101100 1100100 101111

Color Harmonies of #EEB000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB000

Black with #EEB000

Text Example


Text Example

White with #EEB000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB000; }

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

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

background-color css

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

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

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

border-color css

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

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

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