Html Css Color HEX #EEB400 Selective Yellow

📋 copy color: '#EEB400'

red 238 ◦ green 180 ◦ blue 0

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

Shades of Selective Yellow #EEB400

Tints of Selective Yellow #EEB400

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.06%

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

R = 56.94%
G = 43.06%
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

#EEB400 (or 0xEEB400) is known color: Selective Yellow. HEX triplet: EE, B4 and 00. RGB value is (238,180,0). Sum of RGB (Red+Green+Blue) = 238+180+0=418 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.94% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB400 is #114BFF. Grayscale: #B1B1B1. Windows color (decimal): -1133568 or 46318. OLE color: 46318.

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

Color convert

RGB 238 180 0 -
CMYK 0 0.24 1 0.07
HSL 45.38º 1% 0.47% -
HSV(B) 45.38º 1% 0.93% -
XYZ 51.58 50.82 7.09 -
YUV 176.82 28.22 171.64 -
System Red Green Blue C M Y K H S L
Decimal 238 180 0 0 0.24 1 0.07 45.38 1 0.47
Hex EE B4 0 0 18 64 7 2D 64 2F
Octal 356 264 0 0 30 144 7 55 144 57
Binary 11101110 10110100 0 0 11000 1100100 111 101101 1100100 101111

Color Harmonies of #EEB400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB400

Black with #EEB400

Text Example


Text Example

White with #EEB400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB400; }

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

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

background-color css

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

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

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

border-color css

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

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

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