Html Css Color HEX #EFAA03 Orange

📋 copy color: '#EFAA03'

red 239 ◦ green 170 ◦ blue 3

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

Shades of Orange #EFAA03

Tints of Orange #EFAA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.73%

R = 58.01%
G = 41.26%
B = 0.73%

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

#EFAA03 (or 0xEFAA03) is known color: Orange. HEX triplet: EF, AA and 03. RGB value is (239,170,3). Sum of RGB (Red+Green+Blue) = 239+170+3=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 3 (1.56% from 255 or 0.73% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAA03 is #1055FC. Grayscale: #ACACAC. Windows color (decimal): -1070589 or 240367. OLE color: 240367.

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

Color convert

RGB 239 170 3 -
CMYK 0 0.29 0.99 0.06
HSL 42.46º 0.98% 0.47% -
HSV(B) 42.46º 0.99% 0.94% -
XYZ 49.99 47.11 6.54 -
YUV 171.59 32.86 176.08 -
System Red Green Blue C M Y K H S L
Decimal 239 170 3 0 0.29 0.99 0.06 42.46 0.98 0.47
Hex EF AA 3 0 1D 63 6 2A 62 2F
Octal 357 252 3 0 35 143 6 52 142 57
Binary 11101111 10101010 11 0 11101 1100011 110 101010 1100010 101111

Color Harmonies of #EFAA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAA03

Black with #EFAA03

Text Example


Text Example

White with #EFAA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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