Html Css Color HEX #EFA701 Orange

📋 copy color: '#EFA701'

red 239 ◦ green 167 ◦ blue 1

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

Shades of Orange #EFA701

Tints of Orange #EFA701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 58.72%
G = 41.03%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EFA701 (or 0xEFA701) is known color: Orange. HEX triplet: EF, A7 and 01. RGB value is (239,167,1). Sum of RGB (Red+Green+Blue) = 239+167+1=407 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.72% from 407); Green value is 167 (65.62% from 255 or 41.03% from 407); Blue value is 1 (0.78% from 255 or 0.25% from 407); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA701 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA701 is #1058FE. Grayscale: #AAAAAA. Windows color (decimal): -1071359 or 108527. OLE color: 108527.

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

Color convert

RGB 239 167 1 -
CMYK 0 0.30 1.00 0.06
HSL 41.85º 0.99% 0.47% -
HSV(B) 41.85º 1% 0.94% -
XYZ 49.42 45.99 6.3 -
YUV 169.6 32.85 177.5 -
System Red Green Blue C M Y K H S L
Decimal 239 167 1 0 0.30 1.00 0.06 41.85 0.99 0.47
Hex EF A7 1 0 1E 64 6 2A 63 2F
Octal 357 247 1 0 36 144 6 52 143 57
Binary 11101111 10100111 1 0 11110 1100100 110 101010 1100011 101111

Color Harmonies of #EFA701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA701

Black with #EFA701

Text Example


Text Example

White with #EFA701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA701; }

 p { color: rgb(239,167,1); }

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

background-color css

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

 a { background-color: rgb(239,167,1); }

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

border-color css

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

 span { border-color: rgb(239,167,1); }

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