Html Css Color HEX #EA995A Porsche

📋 copy color: '#EA995A'

red 234 ◦ green 153 ◦ blue 90

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

Shades of Porsche #EA995A

Tints of Porsche #EA995A

RGB

 RED value IS 234 (91.8% from 255) = 49.06%

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

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

R = 49.06%
G = 32.08%
B = 18.87%

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

#EA995A (or 0xEA995A) is known color: Porsche. HEX triplet: EA, 99 and 5A. RGB value is (234,153,90). Sum of RGB (Red+Green+Blue) = 234+153+90=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA995A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA995A is #1566A5. Grayscale: #AAAAAA. Windows color (decimal): -1402534 or 5937642. OLE color: 5937642.

HSL color Cylindrical-coordinate representation of color #EA995A: hue angle of 26.25º degrees, saturation: 0.77, 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 #EA995A is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 153 90 -
CMYK 0 0.35 0.62 0.08
HSL 26.25º 0.77% 0.64% -
HSV(B) 26.25º 0.62% 0.92% -
XYZ 47.17 41.01 15.1 -
YUV 170.04 82.84 173.62 -
System Red Green Blue C M Y K H S L
Decimal 234 153 90 0 0.35 0.62 0.08 26.25 0.77 0.64
Hex EA 99 5A 0 23 3E 8 1A 4D 40
Octal 352 231 132 0 43 76 10 32 115 100
Binary 11101010 10011001 1011010 0 100011 111110 1000 11010 1001101 1000000

Color Harmonies of #EA995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA995A

Black with #EA995A

Text Example


Text Example

White with #EA995A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA995A; }

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

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

background-color css

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

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

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

border-color css

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

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

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