Html Css Color HEX #EFA204 Orange

📋 copy color: '#EFA204'

red 239 ◦ green 162 ◦ blue 4

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

Shades of Orange #EFA204

Tints of Orange #EFA204

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40%

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

R = 59.01%
G = 40%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFA204 (or 0xEFA204) is known color: Orange. HEX triplet: EF, A2 and 04. RGB value is (239,162,4). Sum of RGB (Red+Green+Blue) = 239+162+4=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 4 (1.95% from 255 or 0.99% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA204 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA204 is #105DFB. Grayscale: #A7A7A7. Windows color (decimal): -1072636 or 303855. OLE color: 303855.

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

Color convert

RGB 239 162 4 -
CMYK 0 0.32 0.98 0.06
HSL 40.34º 0.97% 0.48% -
HSV(B) 40.34º 0.98% 0.94% -
XYZ 48.54 44.2 6.09 -
YUV 167.01 36.01 179.35 -
System Red Green Blue C M Y K H S L
Decimal 239 162 4 0 0.32 0.98 0.06 40.34 0.97 0.48
Hex EF A2 4 0 20 62 6 28 61 30
Octal 357 242 4 0 40 142 6 50 141 60
Binary 11101111 10100010 100 0 100000 1100010 110 101000 1100001 110000

Color Harmonies of #EFA204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA204

Black with #EFA204

Text Example


Text Example

White with #EFA204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA204; }

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

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

background-color css

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

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

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

border-color css

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

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

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