Html Css Color HEX #EFA900 Orange

📋 copy color: '#EFA900'

red 239 ◦ green 169 ◦ blue 0

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

Shades of Orange #EFA900

Tints of Orange #EFA900

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.42%

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

R = 58.58%
G = 41.42%
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

#EFA900 (or 0xEFA900) is known color: Orange. HEX triplet: EF, A9 and 00. RGB value is (239,169,0). Sum of RGB (Red+Green+Blue) = 239+169+0=408 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.58% from 408); Green value is 169 (66.41% from 255 or 41.42% from 408); Blue value is 0 (0.39% from 255 or 0% from 408); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA900 is #1056FF. Grayscale: #ABABAB. Windows color (decimal): -1070848 or 43503. OLE color: 43503.

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

Color convert

RGB 239 169 0 -
CMYK 0 0.29 1 0.06
HSL 42.43º 1% 0.47% -
HSV(B) 42.43º 1% 0.94% -
XYZ 49.78 46.73 6.4 -
YUV 170.66 31.69 176.74 -
System Red Green Blue C M Y K H S L
Decimal 239 169 0 0 0.29 1 0.06 42.43 1 0.47
Hex EF A9 0 0 1D 64 6 2A 64 2F
Octal 357 251 0 0 35 144 6 52 144 57
Binary 11101111 10101001 0 0 11101 1100100 110 101010 1100100 101111

Color Harmonies of #EFA900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA900

Black with #EFA900

Text Example


Text Example

White with #EFA900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA900; }

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

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

background-color css

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

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

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

border-color css

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

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

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