Html Css Color HEX #EB945D Porsche

📋 copy color: '#EB945D'

red 235 ◦ green 148 ◦ blue 93

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

Shades of Porsche #EB945D

Tints of Porsche #EB945D

RGB

 RED value IS 235 (92.19% from 255) = 49.37%

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

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

R = 49.37%
G = 31.09%
B = 19.54%

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

#EB945D (or 0xEB945D) is known color: Porsche. HEX triplet: EB, 94 and 5D. RGB value is (235,148,93). Sum of RGB (Red+Green+Blue) = 235+148+93=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EB945D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB945D is #146BA2. Grayscale: #A8A8A8. Windows color (decimal): -1338275 or 6132971. OLE color: 6132971.

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

Color convert

RGB 235 148 93 -
CMYK 0 0.37 0.60 0.08
HSL 23.24º 0.78% 0.64% -
HSV(B) 23.24º 0.6% 0.92% -
XYZ 46.83 39.63 15.54 -
YUV 167.74 85.82 175.97 -
System Red Green Blue C M Y K H S L
Decimal 235 148 93 0 0.37 0.60 0.08 23.24 0.78 0.64
Hex EB 94 5D 0 25 3C 8 17 4E 40
Octal 353 224 135 0 45 74 10 27 116 100
Binary 11101011 10010100 1011101 0 100101 111100 1000 10111 1001110 1000000

Color Harmonies of #EB945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB945D

Black with #EB945D

Text Example


Text Example

White with #EB945D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB945D; }

 p { color: rgb(235,148,93); }

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

background-color css

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

 a { background-color: rgb(235,148,93); }

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

border-color css

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

 span { border-color: rgb(235,148,93); }

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