Html Css Color HEX #EEA500 Orange

📋 copy color: '#EEA500'

red 238 ◦ green 165 ◦ blue 0

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

Shades of Orange #EEA500

Tints of Orange #EEA500

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.94%

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

R = 59.06%
G = 40.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EEA500 (or 0xEEA500) is known color: Orange. HEX triplet: EE, A5 and 00. RGB value is (238,165,0). Sum of RGB (Red+Green+Blue) = 238+165+0=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA500 is #115AFF. Grayscale: #A8A8A8. Windows color (decimal): -1137408 or 42478. OLE color: 42478.

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

Color convert

RGB 238 165 0 -
CMYK 0 0.31 1 0.07
HSL 41.6º 1% 0.47% -
HSV(B) 41.6º 1% 0.93% -
XYZ 48.72 45.09 6.14 -
YUV 168.02 33.18 177.92 -
System Red Green Blue C M Y K H S L
Decimal 238 165 0 0 0.31 1 0.07 41.6 1 0.47
Hex EE A5 0 0 1F 64 7 2A 64 2F
Octal 356 245 0 0 37 144 7 52 144 57
Binary 11101110 10100101 0 0 11111 1100100 111 101010 1100100 101111

Color Harmonies of #EEA500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA500

Black with #EEA500

Text Example


Text Example

White with #EEA500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA500; }

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

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

background-color css

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

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

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

border-color css

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

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

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