Html Css Color HEX #EB965D Porsche

📋 copy color: '#EB965D'

red 235 ◦ green 150 ◦ blue 93

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

Shades of Porsche #EB965D

Tints of Porsche #EB965D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.38%

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

R = 49.16%
G = 31.38%
B = 19.46%

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

#EB965D (or 0xEB965D) is known color: Porsche. HEX triplet: EB, 96 and 5D. RGB value is (235,150,93). Sum of RGB (Red+Green+Blue) = 235+150+93=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB965D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB965D is #1469A2. Grayscale: #A9A9A9. Windows color (decimal): -1337763 or 6133483. OLE color: 6133483.

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

Color convert

RGB 235 150 93 -
CMYK 0 0.36 0.60 0.08
HSL 24.08º 0.78% 0.64% -
HSV(B) 24.08º 0.6% 0.92% -
XYZ 47.14 40.27 15.64 -
YUV 168.92 85.16 175.13 -
System Red Green Blue C M Y K H S L
Decimal 235 150 93 0 0.36 0.60 0.08 24.08 0.78 0.64
Hex EB 96 5D 0 24 3C 8 18 4E 40
Octal 353 226 135 0 44 74 10 30 116 100
Binary 11101011 10010110 1011101 0 100100 111100 1000 11000 1001110 1000000

Color Harmonies of #EB965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB965D

Black with #EB965D

Text Example


Text Example

White with #EB965D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB965D; }

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

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

background-color css

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

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

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

border-color css

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

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

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