Html Css Color HEX #EB995A Porsche

📋 copy color: '#EB995A'

red 235 ◦ green 153 ◦ blue 90

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

Shades of Porsche #EB995A

Tints of Porsche #EB995A

RGB

 RED value IS 235 (92.19% from 255) = 49.16%

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

 BLUE value IS 90 (35.55% from 255) = 18.83%

R = 49.16%
G = 32.01%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EB995A (or 0xEB995A) is known color: Porsche. HEX triplet: EB, 99 and 5A. RGB value is (235,153,90). Sum of RGB (Red+Green+Blue) = 235+153+90=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB995A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB995A is #1466A5. Grayscale: #AAAAAA. Windows color (decimal): -1336998 or 5937643. OLE color: 5937643.

HSL color Cylindrical-coordinate representation of color #EB995A: hue angle of 26.07º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EB995A is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 153 90 -
CMYK 0 0.35 0.62 0.08
HSL 26.07º 0.78% 0.64% -
HSV(B) 26.07º 0.62% 0.92% -
XYZ 47.5 41.18 15.12 -
YUV 170.34 82.67 174.12 -
System Red Green Blue C M Y K H S L
Decimal 235 153 90 0 0.35 0.62 0.08 26.07 0.78 0.64
Hex EB 99 5A 0 23 3E 8 1A 4E 40
Octal 353 231 132 0 43 76 10 32 116 100
Binary 11101011 10011001 1011010 0 100011 111110 1000 11010 1001110 1000000

Color Harmonies of #EB995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB995A

Black with #EB995A

Text Example


Text Example

White with #EB995A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB995A; }

 p { color: rgb(235,153,90); }

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

background-color css

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

 a { background-color: rgb(235,153,90); }

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

border-color css

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

 span { border-color: rgb(235,153,90); }

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