Html Css Color HEX #EFAC07 Orange

📋 copy color: '#EFAC07'

red 239 ◦ green 172 ◦ blue 7

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

Shades of Orange #EFAC07

Tints of Orange #EFAC07

RGB

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

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

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

R = 57.18%
G = 41.15%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EFAC07 (or 0xEFAC07) is known color: Orange. HEX triplet: EF, AC and 07. RGB value is (239,172,7). Sum of RGB (Red+Green+Blue) = 239+172+7=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 7 (3.12% from 255 or 1.67% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAC07 is #1053F8. Grayscale: #ADADAD. Windows color (decimal): -1070073 or 503023. OLE color: 503023.

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

Color convert

RGB 239 172 7 -
CMYK 0 0.28 0.97 0.06
HSL 42.67º 0.94% 0.48% -
HSV(B) 42.67º 0.97% 0.94% -
XYZ 50.39 47.87 6.79 -
YUV 173.22 34.2 174.92 -
System Red Green Blue C M Y K H S L
Decimal 239 172 7 0 0.28 0.97 0.06 42.67 0.94 0.48
Hex EF AC 7 0 1C 61 6 2B 5E 30
Octal 357 254 7 0 34 141 6 53 136 60
Binary 11101111 10101100 111 0 11100 1100001 110 101011 1011110 110000

Color Harmonies of #EFAC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC07

Black with #EFAC07

Text Example


Text Example

White with #EFAC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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