Html Css Color HEX #EFA501 Orange

📋 copy color: '#EFA501'

red 239 ◦ green 165 ◦ blue 1

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

Shades of Orange #EFA501

Tints of Orange #EFA501

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.74%

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

R = 59.01%
G = 40.74%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EFA501 (or 0xEFA501) is known color: Orange. HEX triplet: EF, A5 and 01. RGB value is (239,165,1). Sum of RGB (Red+Green+Blue) = 239+165+1=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 1 (0.78% from 255 or 0.25% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA501 is #105AFE. Grayscale: #A9A9A9. Windows color (decimal): -1071871 or 108015. OLE color: 108015.

HSL color Cylindrical-coordinate representation of color #EFA501: hue angle of 41.34º 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 #EFA501 is Cyan = 0, Magento = 0.31, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 165 1 -
CMYK 0 0.31 1.00 0.06
HSL 41.34º 0.99% 0.47% -
HSV(B) 41.34º 1% 0.94% -
XYZ 49.06 45.26 6.18 -
YUV 168.43 33.52 178.34 -
System Red Green Blue C M Y K H S L
Decimal 239 165 1 0 0.31 1.00 0.06 41.34 0.99 0.47
Hex EF A5 1 0 1F 64 6 29 63 2F
Octal 357 245 1 0 37 144 6 51 143 57
Binary 11101111 10100101 1 0 11111 1100100 110 101001 1100011 101111

Color Harmonies of #EFA501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA501

Black with #EFA501

Text Example


Text Example

White with #EFA501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA501; }

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

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

background-color css

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

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

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

border-color css

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

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

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