Html Css Color HEX #EEA700 Orange

📋 copy color: '#EEA700'

red 238 ◦ green 167 ◦ blue 0

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

Shades of Orange #EEA700

Tints of Orange #EEA700

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.23%

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

R = 58.77%
G = 41.23%
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

#EEA700 (or 0xEEA700) is known color: Orange. HEX triplet: EE, A7 and 00. RGB value is (238,167,0). Sum of RGB (Red+Green+Blue) = 238+167+0=405 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.77% from 405); Green value is 167 (65.62% from 255 or 41.23% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA700 is #1158FF. Grayscale: #A9A9A9. Windows color (decimal): -1136896 or 42990. OLE color: 42990.

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

Color convert

RGB 238 167 0 -
CMYK 0 0.30 1 0.07
HSL 42.1º 1% 0.47% -
HSV(B) 42.1º 1% 0.93% -
XYZ 49.08 45.81 6.26 -
YUV 169.19 32.52 177.08 -
System Red Green Blue C M Y K H S L
Decimal 238 167 0 0 0.30 1 0.07 42.1 1 0.47
Hex EE A7 0 0 1E 64 7 2A 64 2F
Octal 356 247 0 0 36 144 7 52 144 57
Binary 11101110 10100111 0 0 11110 1100100 111 101010 1100100 101111

Color Harmonies of #EEA700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA700

Black with #EEA700

Text Example


Text Example

White with #EEA700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA700; }

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

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

background-color css

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

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

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

border-color css

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

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

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