Html Css Color HEX #EFA200 Orange

📋 copy color: '#EFA200'

red 239 ◦ green 162 ◦ blue 0

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

Shades of Orange #EFA200

Tints of Orange #EFA200

RGB

 RED value IS 239 (93.75% from 255) = 59.6%

 GREEN value IS 162 (63.67% from 255) = 40.4%

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

R = 59.6%
G = 40.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFA200 (or 0xEFA200) is known color: Orange. HEX triplet: EF, A2 and 00. RGB value is (239,162,0). Sum of RGB (Red+Green+Blue) = 239+162+0=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA200 is #105DFF. Grayscale: #A7A7A7. Windows color (decimal): -1072640 or 41711. OLE color: 41711.

HSL color Cylindrical-coordinate representation of color #EFA200: hue angle of 40.67º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFA200 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 162 0 -
CMYK 0 0.32 1 0.06
HSL 40.67º 1% 0.47% -
HSV(B) 40.67º 1% 0.94% -
XYZ 48.52 44.19 5.97 -
YUV 166.56 34.01 179.67 -
System Red Green Blue C M Y K H S L
Decimal 239 162 0 0 0.32 1 0.06 40.67 1 0.47
Hex EF A2 0 0 20 64 6 29 64 2F
Octal 357 242 0 0 40 144 6 51 144 57
Binary 11101111 10100010 0 0 100000 1100100 110 101001 1100100 101111

Color Harmonies of #EFA200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA200

Black with #EFA200

Text Example


Text Example

White with #EFA200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA200; }

 p { color: rgb(239,162,0); }

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

background-color css

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

 a { background-color: rgb(239,162,0); }

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

border-color css

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

 span { border-color: rgb(239,162,0); }

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