Html Css Color HEX #EFAC00 Orange

📋 copy color: '#EFAC00'

red 239 ◦ green 172 ◦ blue 0

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

Shades of Orange #EFAC00

Tints of Orange #EFAC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.15%
G = 41.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFAC00 (or 0xEFAC00) is known color: Orange. HEX triplet: EF, AC and 00. RGB value is (239,172,0). Sum of RGB (Red+Green+Blue) = 239+172+0=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 0 (0.39% from 255 or 0% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAC00 is #1053FF. Grayscale: #ADADAD. Windows color (decimal): -1070080 or 44271. OLE color: 44271.

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

Color convert

RGB 239 172 0 -
CMYK 0 0.28 1 0.06
HSL 43.18º 1% 0.47% -
HSV(B) 43.18º 1% 0.94% -
XYZ 50.35 47.86 6.58 -
YUV 172.43 30.7 175.49 -
System Red Green Blue C M Y K H S L
Decimal 239 172 0 0 0.28 1 0.06 43.18 1 0.47
Hex EF AC 0 0 1C 64 6 2B 64 2F
Octal 357 254 0 0 34 144 6 53 144 57
Binary 11101111 10101100 0 0 11100 1100100 110 101011 1100100 101111

Color Harmonies of #EFAC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC00

Black with #EFAC00

Text Example


Text Example

White with #EFAC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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