Html Css Color HEX #EA945A Porsche

📋 copy color: '#EA945A'

red 234 ◦ green 148 ◦ blue 90

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

Shades of Porsche #EA945A

Tints of Porsche #EA945A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.36%

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

R = 49.58%
G = 31.36%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA945A (or 0xEA945A) is known color: Porsche. HEX triplet: EA, 94 and 5A. RGB value is (234,148,90). Sum of RGB (Red+Green+Blue) = 234+148+90=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA945A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA945A is #156BA5. Grayscale: #A7A7A7. Windows color (decimal): -1403814 or 5936362. OLE color: 5936362.

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

Color convert

RGB 234 148 90 -
CMYK 0 0.37 0.62 0.08
HSL 24.17º 0.77% 0.64% -
HSV(B) 24.17º 0.62% 0.92% -
XYZ 46.37 39.41 14.84 -
YUV 167.1 84.49 175.72 -
System Red Green Blue C M Y K H S L
Decimal 234 148 90 0 0.37 0.62 0.08 24.17 0.77 0.64
Hex EA 94 5A 0 25 3E 8 18 4D 40
Octal 352 224 132 0 45 76 10 30 115 100
Binary 11101010 10010100 1011010 0 100101 111110 1000 11000 1001101 1000000

Color Harmonies of #EA945A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA945A

Black with #EA945A

Text Example


Text Example

White with #EA945A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA945A; }

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

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

background-color css

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

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

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

border-color css

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

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

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