Html Css Color HEX #EFA802 Orange

📋 copy color: '#EFA802'

red 239 ◦ green 168 ◦ blue 2

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

Shades of Orange #EFA802

Tints of Orange #EFA802

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.08%

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

R = 58.44%
G = 41.08%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFA802 (or 0xEFA802) is known color: Orange. HEX triplet: EF, A8 and 02. RGB value is (239,168,2). Sum of RGB (Red+Green+Blue) = 239+168+2=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 2 (1.17% from 255 or 0.49% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA802 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA802 is #1057FD. Grayscale: #ABABAB. Windows color (decimal): -1071102 or 174319. OLE color: 174319.

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

Color convert

RGB 239 168 2 -
CMYK 0 0.30 0.99 0.06
HSL 42.03º 0.98% 0.47% -
HSV(B) 42.03º 0.99% 0.94% -
XYZ 49.61 46.36 6.39 -
YUV 170.31 33.02 177 -
System Red Green Blue C M Y K H S L
Decimal 239 168 2 0 0.30 0.99 0.06 42.03 0.98 0.47
Hex EF A8 2 0 1E 63 6 2A 62 2F
Octal 357 250 2 0 36 143 6 52 142 57
Binary 11101111 10101000 10 0 11110 1100011 110 101010 1100010 101111

Color Harmonies of #EFA802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA802

Black with #EFA802

Text Example


Text Example

White with #EFA802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA802; }

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

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

background-color css

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

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

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

border-color css

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

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

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