Html Css Color HEX #EFA805 Orange

📋 copy color: '#EFA805'

red 239 ◦ green 168 ◦ blue 5

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

Shades of Orange #EFA805

Tints of Orange #EFA805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.21%

R = 58.01%
G = 40.78%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFA805 (or 0xEFA805) is known color: Orange. HEX triplet: EF, A8 and 05. RGB value is (239,168,5). Sum of RGB (Red+Green+Blue) = 239+168+5=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 5 (2.34% from 255 or 1.21% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA805 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA805 is #1057FA. Grayscale: #ABABAB. Windows color (decimal): -1071099 or 370927. OLE color: 370927.

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

Color convert

RGB 239 168 5 -
CMYK 0 0.30 0.98 0.06
HSL 41.79º 0.96% 0.48% -
HSV(B) 41.79º 0.98% 0.94% -
XYZ 49.63 46.37 6.48 -
YUV 170.65 34.52 176.75 -
System Red Green Blue C M Y K H S L
Decimal 239 168 5 0 0.30 0.98 0.06 41.79 0.96 0.48
Hex EF A8 5 0 1E 62 6 2A 60 30
Octal 357 250 5 0 36 142 6 52 140 60
Binary 11101111 10101000 101 0 11110 1100010 110 101010 1100000 110000

Color Harmonies of #EFA805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA805

Black with #EFA805

Text Example


Text Example

White with #EFA805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA805; }

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

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

background-color css

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

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

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

border-color css

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

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

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