Html Css Color HEX #EEA600 Orange

📋 copy color: '#EEA600'

red 238 ◦ green 166 ◦ blue 0

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

Shades of Orange #EEA600

Tints of Orange #EEA600

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.09%

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

R = 58.91%
G = 41.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EEA600 (or 0xEEA600) is known color: Orange. HEX triplet: EE, A6 and 00. RGB value is (238,166,0). Sum of RGB (Red+Green+Blue) = 238+166+0=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA600 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA600 is #1159FF. Grayscale: #A9A9A9. Windows color (decimal): -1137152 or 42734. OLE color: 42734.

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

Color convert

RGB 238 166 0 -
CMYK 0 0.30 1 0.07
HSL 41.85º 1% 0.47% -
HSV(B) 41.85º 1% 0.93% -
XYZ 48.9 45.45 6.2 -
YUV 168.6 32.85 177.5 -
System Red Green Blue C M Y K H S L
Decimal 238 166 0 0 0.30 1 0.07 41.85 1 0.47
Hex EE A6 0 0 1E 64 7 2A 64 2F
Octal 356 246 0 0 36 144 7 52 144 57
Binary 11101110 10100110 0 0 11110 1100100 111 101010 1100100 101111

Color Harmonies of #EEA600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA600

Black with #EEA600

Text Example


Text Example

White with #EEA600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA600; }

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

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

background-color css

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

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

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

border-color css

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

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

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