Html Css Color HEX #EA975D Porsche

📋 copy color: '#EA975D'

red 234 ◦ green 151 ◦ blue 93

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

Shades of Porsche #EA975D

Tints of Porsche #EA975D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.59%

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

R = 48.95%
G = 31.59%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA975D (or 0xEA975D) is known color: Porsche. HEX triplet: EA, 97 and 5D. RGB value is (234,151,93). Sum of RGB (Red+Green+Blue) = 234+151+93=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA975D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA975D is #1568A2. Grayscale: #A9A9A9. Windows color (decimal): -1403043 or 6133738. OLE color: 6133738.

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

Color convert

RGB 234 151 93 -
CMYK 0 0.35 0.60 0.08
HSL 24.68º 0.77% 0.64% -
HSV(B) 24.68º 0.6% 0.92% -
XYZ 46.97 40.42 15.68 -
YUV 169.21 85 174.22 -
System Red Green Blue C M Y K H S L
Decimal 234 151 93 0 0.35 0.60 0.08 24.68 0.77 0.64
Hex EA 97 5D 0 23 3C 8 19 4D 40
Octal 352 227 135 0 43 74 10 31 115 100
Binary 11101010 10010111 1011101 0 100011 111100 1000 11001 1001101 1000000

Color Harmonies of #EA975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA975D

Black with #EA975D

Text Example


Text Example

White with #EA975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA975D; }

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

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

background-color css

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

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

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

border-color css

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

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

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