Html Css Color HEX #EFAA02 Orange

📋 copy color: '#EFAA02'

red 239 ◦ green 170 ◦ blue 2

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

Shades of Orange #EFAA02

Tints of Orange #EFAA02

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.36%

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

R = 58.15%
G = 41.36%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFAA02 (or 0xEFAA02) is known color: Orange. HEX triplet: EF, AA and 02. RGB value is (239,170,2). Sum of RGB (Red+Green+Blue) = 239+170+2=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 2 (1.17% from 255 or 0.49% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAA02 is #1055FD. Grayscale: #ACACAC. Windows color (decimal): -1070590 or 174831. OLE color: 174831.

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

Color convert

RGB 239 170 2 -
CMYK 0 0.29 0.99 0.06
HSL 42.53º 0.98% 0.47% -
HSV(B) 42.53º 0.99% 0.94% -
XYZ 49.98 47.1 6.52 -
YUV 171.48 32.36 176.16 -
System Red Green Blue C M Y K H S L
Decimal 239 170 2 0 0.29 0.99 0.06 42.53 0.98 0.47
Hex EF AA 2 0 1D 63 6 2B 62 2F
Octal 357 252 2 0 35 143 6 53 142 57
Binary 11101111 10101010 10 0 11101 1100011 110 101011 1100010 101111

Color Harmonies of #EFAA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAA02

Black with #EFAA02

Text Example


Text Example

White with #EFAA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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