Html Css Color HEX #EFA101 Orange Peel

📋 copy color: '#EFA101'

red 239 ◦ green 161 ◦ blue 1

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

Shades of Orange Peel #EFA101

Tints of Orange Peel #EFA101

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.15%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 59.6%
G = 40.15%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EFA101 (or 0xEFA101) is known color: Orange Peel. HEX triplet: EF, A1 and 01. RGB value is (239,161,1). Sum of RGB (Red+Green+Blue) = 239+161+1=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 1 (0.78% from 255 or 0.25% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA101 is #105EFE. Grayscale: #A6A6A6. Windows color (decimal): -1072895 or 106991. OLE color: 106991.

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

Color convert

RGB 239 161 1 -
CMYK 0 0.33 1.00 0.06
HSL 40.34º 0.99% 0.47% -
HSV(B) 40.34º 1% 0.94% -
XYZ 48.35 43.84 5.94 -
YUV 166.08 34.84 180.01 -
System Red Green Blue C M Y K H S L
Decimal 239 161 1 0 0.33 1.00 0.06 40.34 0.99 0.47
Hex EF A1 1 0 21 64 6 28 63 2F
Octal 357 241 1 0 41 144 6 50 143 57
Binary 11101111 10100001 1 0 100001 1100100 110 101000 1100011 101111

Color Harmonies of #EFA101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA101

Black with #EFA101

Text Example


Text Example

White with #EFA101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA101; }

 p { color: rgb(239,161,1); }

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

background-color css

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

 a { background-color: rgb(239,161,1); }

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

border-color css

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

 span { border-color: rgb(239,161,1); }

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