Html Css Color HEX #EFAC01 Orange

📋 copy color: '#EFAC01'

red 239 ◦ green 172 ◦ blue 1

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

Shades of Orange #EFAC01

Tints of Orange #EFAC01

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.75%

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

R = 58.01%
G = 41.75%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EFAC01 (or 0xEFAC01) is known color: Orange. HEX triplet: EF, AC and 01. RGB value is (239,172,1). Sum of RGB (Red+Green+Blue) = 239+172+1=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 1 (0.78% from 255 or 0.24% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAC01 is #1053FE. Grayscale: #ADADAD. Windows color (decimal): -1070079 or 109807. OLE color: 109807.

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

Color convert

RGB 239 172 1 -
CMYK 0 0.28 1.00 0.06
HSL 43.11º 0.99% 0.47% -
HSV(B) 43.11º 1% 0.94% -
XYZ 50.35 47.86 6.61 -
YUV 172.54 31.2 175.4 -
System Red Green Blue C M Y K H S L
Decimal 239 172 1 0 0.28 1.00 0.06 43.11 0.99 0.47
Hex EF AC 1 0 1C 64 6 2B 63 2F
Octal 357 254 1 0 34 144 6 53 143 57
Binary 11101111 10101100 1 0 11100 1100100 110 101011 1100011 101111

Color Harmonies of #EFAC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC01

Black with #EFAC01

Text Example


Text Example

White with #EFAC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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