Html Css Color HEX #EFAC02 Orange

📋 copy color: '#EFAC02'

red 239 ◦ green 172 ◦ blue 2

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

Shades of Orange #EFAC02

Tints of Orange #EFAC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 57.87%
G = 41.65%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFAC02 (or 0xEFAC02) is known color: Orange. HEX triplet: EF, AC and 02. RGB value is (239,172,2). Sum of RGB (Red+Green+Blue) = 239+172+2=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 2 (1.17% from 255 or 0.48% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAC02 is #1053FD. Grayscale: #ADADAD. Windows color (decimal): -1070078 or 175343. OLE color: 175343.

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

Color convert

RGB 239 172 2 -
CMYK 0 0.28 0.99 0.06
HSL 43.04º 0.98% 0.47% -
HSV(B) 43.04º 0.99% 0.94% -
XYZ 50.36 47.86 6.64 -
YUV 172.65 31.7 175.32 -
System Red Green Blue C M Y K H S L
Decimal 239 172 2 0 0.28 0.99 0.06 43.04 0.98 0.47
Hex EF AC 2 0 1C 63 6 2B 62 2F
Octal 357 254 2 0 34 143 6 53 142 57
Binary 11101111 10101100 10 0 11100 1100011 110 101011 1100010 101111

Color Harmonies of #EFAC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC02

Black with #EFAC02

Text Example


Text Example

White with #EFAC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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