Html Css Color HEX #EFA302 Orange

📋 copy color: '#EFA302'

red 239 ◦ green 163 ◦ blue 2

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

Shades of Orange #EFA302

Tints of Orange #EFA302

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.35%

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 59.16%
G = 40.35%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFA302 (or 0xEFA302) is known color: Orange. HEX triplet: EF, A3 and 02. RGB value is (239,163,2). Sum of RGB (Red+Green+Blue) = 239+163+2=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 2 (1.17% from 255 or 0.50% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA302 is #105CFD. Grayscale: #A8A8A8. Windows color (decimal): -1072382 or 173039. OLE color: 173039.

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

Color convert

RGB 239 163 2 -
CMYK 0 0.32 0.99 0.06
HSL 40.76º 0.98% 0.47% -
HSV(B) 40.76º 0.99% 0.94% -
XYZ 48.7 44.55 6.09 -
YUV 167.37 34.68 179.09 -
System Red Green Blue C M Y K H S L
Decimal 239 163 2 0 0.32 0.99 0.06 40.76 0.98 0.47
Hex EF A3 2 0 20 63 6 29 62 2F
Octal 357 243 2 0 40 143 6 51 142 57
Binary 11101111 10100011 10 0 100000 1100011 110 101001 1100010 101111

Color Harmonies of #EFA302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA302

Black with #EFA302

Text Example


Text Example

White with #EFA302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA302; }

 p { color: rgb(239,163,2); }

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

background-color css

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

 a { background-color: rgb(239,163,2); }

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

border-color css

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

 span { border-color: rgb(239,163,2); }

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