Html Css Color HEX #EFA706 Orange

📋 copy color: '#EFA706'

red 239 ◦ green 167 ◦ blue 6

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

Shades of Orange #EFA706

Tints of Orange #EFA706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.46%

R = 58.01%
G = 40.53%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EFA706 (or 0xEFA706) is known color: Orange. HEX triplet: EF, A7 and 06. RGB value is (239,167,6). Sum of RGB (Red+Green+Blue) = 239+167+6=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 167 (65.62% from 255 or 40.53% from 412); Blue value is 6 (2.73% from 255 or 1.46% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA706 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA706 is #1058F9. Grayscale: #AAAAAA. Windows color (decimal): -1071354 or 436207. OLE color: 436207.

HSL color Cylindrical-coordinate representation of color #EFA706: hue angle of 41.46º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFA706 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 167 6 -
CMYK 0 0.30 0.97 0.06
HSL 41.46º 0.95% 0.48% -
HSV(B) 41.46º 0.97% 0.94% -
XYZ 49.45 46 6.45 -
YUV 170.17 35.35 177.09 -
System Red Green Blue C M Y K H S L
Decimal 239 167 6 0 0.30 0.97 0.06 41.46 0.95 0.48
Hex EF A7 6 0 1E 61 6 29 5F 30
Octal 357 247 6 0 36 141 6 51 137 60
Binary 11101111 10100111 110 0 11110 1100001 110 101001 1011111 110000

Color Harmonies of #EFA706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA706

Black with #EFA706

Text Example


Text Example

White with #EFA706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA706; }

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

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

background-color css

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

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

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

border-color css

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

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

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