Html Css Color HEX #E2995F Porsche

📋 copy color: '#E2995F'

red 226 ◦ green 153 ◦ blue 95

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

Shades of Porsche #E2995F

Tints of Porsche #E2995F

RGB

 RED value IS 226 (88.67% from 255) = 47.68%

 GREEN value IS 153 (60.16% from 255) = 32.28%

 BLUE value IS 95 (37.5% from 255) = 20.04%

R = 47.68%
G = 32.28%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2995F (or 0xE2995F) is known color: Porsche. HEX triplet: E2, 99 and 5F. RGB value is (226,153,95). Sum of RGB (Red+Green+Blue) = 226+153+95=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 95 (37.5% from 255 or 20.04% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E2995F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2995F is #1D66A0. Grayscale: #A8A8A8. Windows color (decimal): -1926817 or 6265314. OLE color: 6265314.

HSL color Cylindrical-coordinate representation of color #E2995F: hue angle of 26.56º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2995F is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 153 95 -
CMYK 0 0.32 0.58 0.11
HSL 26.56º 0.69% 0.63% -
HSV(B) 26.56º 0.58% 0.89% -
XYZ 44.82 39.78 16.14 -
YUV 168.22 86.68 169.22 -
System Red Green Blue C M Y K H S L
Decimal 226 153 95 0 0.32 0.58 0.11 26.56 0.69 0.63
Hex E2 99 5F 0 20 3A B 1B 45 3F
Octal 342 231 137 0 40 72 13 33 105 77
Binary 11100010 10011001 1011111 0 100000 111010 1011 11011 1000101 111111

Color Harmonies of #E2995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2995F

Black with #E2995F

Text Example


Text Example

White with #E2995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2995F; }

 p { color: rgb(226,153,95); }

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

background-color css

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

 a { background-color: rgb(226,153,95); }

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

border-color css

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

 span { border-color: rgb(226,153,95); }

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