Html Css Color HEX #EFA100 Orange Peel

📋 copy color: '#EFA100'

red 239 ◦ green 161 ◦ blue 0

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

Shades of Orange Peel #EFA100

Tints of Orange Peel #EFA100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.75%
G = 40.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFA100 (or 0xEFA100) is known color: Orange Peel. HEX triplet: EF, A1 and 00. RGB value is (239,161,0). Sum of RGB (Red+Green+Blue) = 239+161+0=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA100 is #105EFF. Grayscale: #A6A6A6. Windows color (decimal): -1072896 or 41455. OLE color: 41455.

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

Color convert

RGB 239 161 0 -
CMYK 0 0.33 1 0.06
HSL 40.42º 1% 0.47% -
HSV(B) 40.42º 1% 0.94% -
XYZ 48.34 43.84 5.91 -
YUV 165.97 34.34 180.09 -
System Red Green Blue C M Y K H S L
Decimal 239 161 0 0 0.33 1 0.06 40.42 1 0.47
Hex EF A1 0 0 21 64 6 28 64 2F
Octal 357 241 0 0 41 144 6 50 144 57
Binary 11101111 10100001 0 0 100001 1100100 110 101000 1100100 101111

Color Harmonies of #EFA100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA100

Black with #EFA100

Text Example


Text Example

White with #EFA100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA100; }

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

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

background-color css

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

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

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

border-color css

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

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

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