Html Css Color HEX #EFA001 Orange Peel

📋 copy color: '#EFA001'

red 239 ◦ green 160 ◦ blue 1

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

Shades of Orange Peel #EFA001

Tints of Orange Peel #EFA001

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40%

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

R = 59.75%
G = 40%
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

#EFA001 (or 0xEFA001) is known color: Orange Peel. HEX triplet: EF, A0 and 01. RGB value is (239,160,1). Sum of RGB (Red+Green+Blue) = 239+160+1=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 1 (0.78% from 255 or 0.25% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA001 is #105FFE. Grayscale: #A6A6A6. Windows color (decimal): -1073151 or 106735. OLE color: 106735.

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

Color convert

RGB 239 160 1 -
CMYK 0 0.33 1.00 0.06
HSL 40.08º 0.99% 0.47% -
HSV(B) 40.08º 1% 0.94% -
XYZ 48.17 43.49 5.89 -
YUV 165.5 35.17 180.43 -
System Red Green Blue C M Y K H S L
Decimal 239 160 1 0 0.33 1.00 0.06 40.08 0.99 0.47
Hex EF A0 1 0 21 64 6 28 63 2F
Octal 357 240 1 0 41 144 6 50 143 57
Binary 11101111 10100000 1 0 100001 1100100 110 101000 1100011 101111

Color Harmonies of #EFA001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA001

Black with #EFA001

Text Example


Text Example

White with #EFA001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA001; }

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

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

background-color css

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

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

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

border-color css

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

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

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