Html Css Color HEX #EA955D Porsche

📋 copy color: '#EA955D'

red 234 ◦ green 149 ◦ blue 93

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

Shades of Porsche #EA955D

Tints of Porsche #EA955D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.3%

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

R = 49.16%
G = 31.3%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA955D (or 0xEA955D) is known color: Porsche. HEX triplet: EA, 95 and 5D. RGB value is (234,149,93). Sum of RGB (Red+Green+Blue) = 234+149+93=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA955D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA955D is #156AA2. Grayscale: #A8A8A8. Windows color (decimal): -1403555 or 6133226. OLE color: 6133226.

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

Color convert

RGB 234 149 93 -
CMYK 0 0.36 0.60 0.08
HSL 23.83º 0.77% 0.64% -
HSV(B) 23.83º 0.6% 0.92% -
XYZ 46.65 39.78 15.57 -
YUV 168.03 85.66 175.05 -
System Red Green Blue C M Y K H S L
Decimal 234 149 93 0 0.36 0.60 0.08 23.83 0.77 0.64
Hex EA 95 5D 0 24 3C 8 18 4D 40
Octal 352 225 135 0 44 74 10 30 115 100
Binary 11101010 10010101 1011101 0 100100 111100 1000 11000 1001101 1000000

Color Harmonies of #EA955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA955D

Black with #EA955D

Text Example


Text Example

White with #EA955D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA955D; }

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

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

background-color css

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

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

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

border-color css

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

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

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