Html Css Color HEX #EFAC04 Orange

📋 copy color: '#EFAC04'

red 239 ◦ green 172 ◦ blue 4

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

Shades of Orange #EFAC04

Tints of Orange #EFAC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.96%

R = 57.59%
G = 41.45%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFAC04 (or 0xEFAC04) is known color: Orange. HEX triplet: EF, AC and 04. RGB value is (239,172,4). Sum of RGB (Red+Green+Blue) = 239+172+4=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 4 (1.95% from 255 or 0.96% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAC04 is #1053FB. Grayscale: #ADADAD. Windows color (decimal): -1070076 or 306415. OLE color: 306415.

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

Color convert

RGB 239 172 4 -
CMYK 0 0.28 0.98 0.06
HSL 42.89º 0.97% 0.48% -
HSV(B) 42.89º 0.98% 0.94% -
XYZ 50.37 47.86 6.7 -
YUV 172.88 32.7 175.16 -
System Red Green Blue C M Y K H S L
Decimal 239 172 4 0 0.28 0.98 0.06 42.89 0.97 0.48
Hex EF AC 4 0 1C 62 6 2B 61 30
Octal 357 254 4 0 34 142 6 53 141 60
Binary 11101111 10101100 100 0 11100 1100010 110 101011 1100001 110000

Color Harmonies of #EFAC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC04

Black with #EFAC04

Text Example


Text Example

White with #EFAC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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