Html Css Color HEX #EFA502 Orange

📋 copy color: '#EFA502'

red 239 ◦ green 165 ◦ blue 2

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

Shades of Orange #EFA502

Tints of Orange #EFA502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 58.87%
G = 40.64%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFA502 (or 0xEFA502) is known color: Orange. HEX triplet: EF, A5 and 02. RGB value is (239,165,2). Sum of RGB (Red+Green+Blue) = 239+165+2=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA502 is #105AFD. Grayscale: #A9A9A9. Windows color (decimal): -1071870 or 173551. OLE color: 173551.

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

Color convert

RGB 239 165 2 -
CMYK 0 0.31 0.99 0.06
HSL 41.27º 0.98% 0.47% -
HSV(B) 41.27º 0.99% 0.94% -
XYZ 49.06 45.27 6.21 -
YUV 168.54 34.02 178.25 -
System Red Green Blue C M Y K H S L
Decimal 239 165 2 0 0.31 0.99 0.06 41.27 0.98 0.47
Hex EF A5 2 0 1F 63 6 29 62 2F
Octal 357 245 2 0 37 143 6 51 142 57
Binary 11101111 10100101 10 0 11111 1100011 110 101001 1100010 101111

Color Harmonies of #EFA502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA502

Black with #EFA502

Text Example


Text Example

White with #EFA502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA502; }

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

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

background-color css

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

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

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

border-color css

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

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

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