Html Css Color HEX #EFAA00 Orange

📋 copy color: '#EFAA00'

red 239 ◦ green 170 ◦ blue 0

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

Shades of Orange #EFAA00

Tints of Orange #EFAA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.44%
G = 41.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFAA00 (or 0xEFAA00) is known color: Orange. HEX triplet: EF, AA and 00. RGB value is (239,170,0). Sum of RGB (Red+Green+Blue) = 239+170+0=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAA00 is #1055FF. Grayscale: #ACACAC. Windows color (decimal): -1070592 or 43759. OLE color: 43759.

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

Color convert

RGB 239 170 0 -
CMYK 0 0.29 1 0.06
HSL 42.68º 1% 0.47% -
HSV(B) 42.68º 1% 0.94% -
XYZ 49.97 47.1 6.46 -
YUV 171.25 31.36 176.32 -
System Red Green Blue C M Y K H S L
Decimal 239 170 0 0 0.29 1 0.06 42.68 1 0.47
Hex EF AA 0 0 1D 64 6 2B 64 2F
Octal 357 252 0 0 35 144 6 53 144 57
Binary 11101111 10101010 0 0 11101 1100100 110 101011 1100100 101111

Color Harmonies of #EFAA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAA00

Black with #EFAA00

Text Example


Text Example

White with #EFAA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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