Html Css Color HEX #EEA300 Orange

📋 copy color: '#EEA300'

red 238 ◦ green 163 ◦ blue 0

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

Shades of Orange #EEA300

Tints of Orange #EEA300

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.65%

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

R = 59.35%
G = 40.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EEA300 (or 0xEEA300) is known color: Orange. HEX triplet: EE, A3 and 00. RGB value is (238,163,0). Sum of RGB (Red+Green+Blue) = 238+163+0=401 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.35% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA300 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA300 is #115CFF. Grayscale: #A7A7A7. Windows color (decimal): -1137920 or 41966. OLE color: 41966.

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

Color convert

RGB 238 163 0 -
CMYK 0 0.32 1 0.07
HSL 41.09º 1% 0.47% -
HSV(B) 41.09º 1% 0.93% -
XYZ 48.36 44.37 6.02 -
YUV 166.84 33.85 178.75 -
System Red Green Blue C M Y K H S L
Decimal 238 163 0 0 0.32 1 0.07 41.09 1 0.47
Hex EE A3 0 0 20 64 7 29 64 2F
Octal 356 243 0 0 40 144 7 51 144 57
Binary 11101110 10100011 0 0 100000 1100100 111 101001 1100100 101111

Color Harmonies of #EEA300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA300

Black with #EEA300

Text Example


Text Example

White with #EEA300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA300; }

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

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

background-color css

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

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

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

border-color css

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

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

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