Html Css Color HEX #EA935D Porsche

📋 copy color: '#EA935D'

red 234 ◦ green 147 ◦ blue 93

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

Shades of Porsche #EA935D

Tints of Porsche #EA935D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.01%

 BLUE value IS 93 (36.72% from 255) = 19.62%

R = 49.37%
G = 31.01%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA935D (or 0xEA935D) is known color: Porsche. HEX triplet: EA, 93 and 5D. RGB value is (234,147,93). Sum of RGB (Red+Green+Blue) = 234+147+93=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EA935D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA935D is #156CA2. Grayscale: #A7A7A7. Windows color (decimal): -1404067 or 6132714. OLE color: 6132714.

HSL color Cylindrical-coordinate representation of color #EA935D: hue angle of 22.98º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA935D is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 147 93 -
CMYK 0 0.37 0.60 0.08
HSL 22.98º 0.77% 0.64% -
HSV(B) 22.98º 0.6% 0.92% -
XYZ 46.34 39.15 15.47 -
YUV 166.86 86.32 175.89 -
System Red Green Blue C M Y K H S L
Decimal 234 147 93 0 0.37 0.60 0.08 22.98 0.77 0.64
Hex EA 93 5D 0 25 3C 8 17 4D 40
Octal 352 223 135 0 45 74 10 27 115 100
Binary 11101010 10010011 1011101 0 100101 111100 1000 10111 1001101 1000000

Color Harmonies of #EA935D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA935D

Black with #EA935D

Text Example


Text Example

White with #EA935D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA935D; }

 p { color: rgb(234,147,93); }

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

background-color css

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

 a { background-color: rgb(234,147,93); }

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

border-color css

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

 span { border-color: rgb(234,147,93); }

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