Html Css Color HEX #EFA807 Orange

📋 copy color: '#EFA807'

red 239 ◦ green 168 ◦ blue 7

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

Shades of Orange #EFA807

Tints of Orange #EFA807

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.58%

 BLUE value IS 7 (3.13% from 255) = 1.69%

R = 57.73%
G = 40.58%
B = 1.69%

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

#EFA807 (or 0xEFA807) is known color: Orange. HEX triplet: EF, A8 and 07. RGB value is (239,168,7). Sum of RGB (Red+Green+Blue) = 239+168+7=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 7 (3.12% from 255 or 1.69% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA807 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA807 is #1057F8. Grayscale: #ABABAB. Windows color (decimal): -1071097 or 501999. OLE color: 501999.

HSL color Cylindrical-coordinate representation of color #EFA807: hue angle of 41.64º degrees, saturation: 0.94, 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 #EFA807 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 168 7 -
CMYK 0 0.30 0.97 0.06
HSL 41.64º 0.94% 0.48% -
HSV(B) 41.64º 0.97% 0.94% -
XYZ 49.64 46.37 6.54 -
YUV 170.88 35.52 176.59 -
System Red Green Blue C M Y K H S L
Decimal 239 168 7 0 0.30 0.97 0.06 41.64 0.94 0.48
Hex EF A8 7 0 1E 61 6 2A 5E 30
Octal 357 250 7 0 36 141 6 52 136 60
Binary 11101111 10101000 111 0 11110 1100001 110 101010 1011110 110000

Color Harmonies of #EFA807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA807

Black with #EFA807

Text Example


Text Example

White with #EFA807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA807; }

 p { color: rgb(239,168,7); }

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

background-color css

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

 a { background-color: rgb(239,168,7); }

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

border-color css

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

 span { border-color: rgb(239,168,7); }

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