Html Css Color HEX #EFA505 Orange

📋 copy color: '#EFA505'

red 239 ◦ green 165 ◦ blue 5

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

Shades of Orange #EFA505

Tints of Orange #EFA505

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.34%

 BLUE value IS 5 (2.34% from 255) = 1.22%

R = 58.44%
G = 40.34%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFA505 (or 0xEFA505) is known color: Orange. HEX triplet: EF, A5 and 05. RGB value is (239,165,5). Sum of RGB (Red+Green+Blue) = 239+165+5=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 5 (2.34% from 255 or 1.22% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA505 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA505 is #105AFA. Grayscale: #A9A9A9. Windows color (decimal): -1071867 or 370159. OLE color: 370159.

HSL color Cylindrical-coordinate representation of color #EFA505: hue angle of 41.03º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EFA505 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 165 5 -
CMYK 0 0.31 0.98 0.06
HSL 41.03º 0.96% 0.48% -
HSV(B) 41.03º 0.98% 0.94% -
XYZ 49.08 45.27 6.3 -
YUV 168.89 35.52 178.01 -
System Red Green Blue C M Y K H S L
Decimal 239 165 5 0 0.31 0.98 0.06 41.03 0.96 0.48
Hex EF A5 5 0 1F 62 6 29 60 30
Octal 357 245 5 0 37 142 6 51 140 60
Binary 11101111 10100101 101 0 11111 1100010 110 101001 1100000 110000

Color Harmonies of #EFA505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA505

Black with #EFA505

Text Example


Text Example

White with #EFA505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA505; }

 p { color: rgb(239,165,5); }

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

background-color css

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

 a { background-color: rgb(239,165,5); }

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

border-color css

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

 span { border-color: rgb(239,165,5); }

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