Html Css Color HEX #EFAC08 Orange

📋 copy color: '#EFAC08'

red 239 ◦ green 172 ◦ blue 8

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

Shades of Orange #EFAC08

Tints of Orange #EFAC08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.91%

R = 57.04%
G = 41.05%
B = 1.91%

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

#EFAC08 (or 0xEFAC08) is known color: Orange. HEX triplet: EF, AC and 08. RGB value is (239,172,8). Sum of RGB (Red+Green+Blue) = 239+172+8=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 8 (3.52% from 255 or 1.91% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAC08 is #1053F7. Grayscale: #AEAEAE. Windows color (decimal): -1070072 or 568559. OLE color: 568559.

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

Color convert

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

Color Harmonies of #EFAC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC08

Black with #EFAC08

Text Example


Text Example

White with #EFAC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC08; }

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

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

background-color css

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

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

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

border-color css

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

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

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