Html Css Color HEX #EFAB07 Orange

📋 copy color: '#EFAB07'

red 239 ◦ green 171 ◦ blue 7

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

Shades of Orange #EFAB07

Tints of Orange #EFAB07

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.01%

 BLUE value IS 7 (3.13% from 255) = 1.68%

R = 57.31%
G = 41.01%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EFAB07 (or 0xEFAB07) is known color: Orange. HEX triplet: EF, AB and 07. RGB value is (239,171,7). Sum of RGB (Red+Green+Blue) = 239+171+7=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 7 (3.12% from 255 or 1.68% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAB07 is #1054F8. Grayscale: #ADADAD. Windows color (decimal): -1070329 or 502767. OLE color: 502767.

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

Color convert

RGB 239 171 7 -
CMYK 0 0.28 0.97 0.06
HSL 42.41º 0.94% 0.48% -
HSV(B) 42.41º 0.97% 0.94% -
XYZ 50.2 47.49 6.72 -
YUV 172.64 34.53 175.34 -
System Red Green Blue C M Y K H S L
Decimal 239 171 7 0 0.28 0.97 0.06 42.41 0.94 0.48
Hex EF AB 7 0 1C 61 6 2A 5E 30
Octal 357 253 7 0 34 141 6 52 136 60
Binary 11101111 10101011 111 0 11100 1100001 110 101010 1011110 110000

Color Harmonies of #EFAB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAB07

Black with #EFAB07

Text Example


Text Example

White with #EFAB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAB07; }

 p { color: rgb(239,171,7); }

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

background-color css

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

 a { background-color: rgb(239,171,7); }

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

border-color css

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

 span { border-color: rgb(239,171,7); }

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