Html Css Color HEX #EFA700 Orange

📋 copy color: '#EFA700'

red 239 ◦ green 167 ◦ blue 0

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

Shades of Orange #EFA700

Tints of Orange #EFA700

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.13%

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

R = 58.87%
G = 41.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFA700 (or 0xEFA700) is known color: Orange. HEX triplet: EF, A7 and 00. RGB value is (239,167,0). Sum of RGB (Red+Green+Blue) = 239+167+0=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA700 is #1058FF. Grayscale: #AAAAAA. Windows color (decimal): -1071360 or 42991. OLE color: 42991.

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

Color convert

RGB 239 167 0 -
CMYK 0 0.30 1 0.06
HSL 41.92º 1% 0.47% -
HSV(B) 41.92º 1% 0.94% -
XYZ 49.42 45.99 6.27 -
YUV 169.49 32.35 177.58 -
System Red Green Blue C M Y K H S L
Decimal 239 167 0 0 0.30 1 0.06 41.92 1 0.47
Hex EF A7 0 0 1E 64 6 2A 64 2F
Octal 357 247 0 0 36 144 6 52 144 57
Binary 11101111 10100111 0 0 11110 1100100 110 101010 1100100 101111

Color Harmonies of #EFA700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA700

Black with #EFA700

Text Example


Text Example

White with #EFA700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA700; }

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

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

background-color css

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

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

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

border-color css

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

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

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