Html Css Color HEX #EFA600 Orange

📋 copy color: '#EFA600'

red 239 ◦ green 166 ◦ blue 0

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

Shades of Orange #EFA600

Tints of Orange #EFA600

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.99%

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

R = 59.01%
G = 40.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFA600 (or 0xEFA600) is known color: Orange. HEX triplet: EF, A6 and 00. RGB value is (239,166,0). Sum of RGB (Red+Green+Blue) = 239+166+0=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA600 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA600 is #1059FF. Grayscale: #A9A9A9. Windows color (decimal): -1071616 or 42735. OLE color: 42735.

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

Color convert

RGB 239 166 0 -
CMYK 0 0.31 1 0.06
HSL 41.67º 1% 0.47% -
HSV(B) 41.67º 1% 0.94% -
XYZ 49.23 45.62 6.21 -
YUV 168.9 32.68 178 -
System Red Green Blue C M Y K H S L
Decimal 239 166 0 0 0.31 1 0.06 41.67 1 0.47
Hex EF A6 0 0 1F 64 6 2A 64 2F
Octal 357 246 0 0 37 144 6 52 144 57
Binary 11101111 10100110 0 0 11111 1100100 110 101010 1100100 101111

Color Harmonies of #EFA600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA600

Black with #EFA600

Text Example


Text Example

White with #EFA600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA600; }

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

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

background-color css

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

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

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

border-color css

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

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

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