Html Css Color HEX #EEB600 Selective Yellow

📋 copy color: '#EEB600'

red 238 ◦ green 182 ◦ blue 0

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

Shades of Selective Yellow #EEB600

Tints of Selective Yellow #EEB600

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.33%

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

R = 56.67%
G = 43.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EEB600 (or 0xEEB600) is known color: Selective Yellow. HEX triplet: EE, B6 and 00. RGB value is (238,182,0). Sum of RGB (Red+Green+Blue) = 238+182+0=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 182 (71.48% from 255 or 43.33% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB600 is #1149FF. Grayscale: #B2B2B2. Windows color (decimal): -1133056 or 46830. OLE color: 46830.

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

Color convert

RGB 238 182 0 -
CMYK 0 0.24 1 0.07
HSL 45.88º 1% 0.47% -
HSV(B) 45.88º 1% 0.93% -
XYZ 51.99 51.63 7.23 -
YUV 178 27.55 170.8 -
System Red Green Blue C M Y K H S L
Decimal 238 182 0 0 0.24 1 0.07 45.88 1 0.47
Hex EE B6 0 0 18 64 7 2E 64 2F
Octal 356 266 0 0 30 144 7 56 144 57
Binary 11101110 10110110 0 0 11000 1100100 111 101110 1100100 101111

Color Harmonies of #EEB600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB600

Black with #EEB600

Text Example


Text Example

White with #EEB600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB600; }

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

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

background-color css

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

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

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

border-color css

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

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

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