Html Css Color HEX #EB965C Porsche

📋 copy color: '#EB965C'

red 235 ◦ green 150 ◦ blue 92

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

Shades of Porsche #EB965C

Tints of Porsche #EB965C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.29%

R = 49.27%
G = 31.45%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EB965C (or 0xEB965C) is known color: Porsche. HEX triplet: EB, 96 and 5C. RGB value is (235,150,92). Sum of RGB (Red+Green+Blue) = 235+150+92=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EB965C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB965C is #1469A3. Grayscale: #A9A9A9. Windows color (decimal): -1337764 or 6067947. OLE color: 6067947.

HSL color Cylindrical-coordinate representation of color #EB965C: hue angle of 24.34º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EB965C is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 150 92 -
CMYK 0 0.36 0.61 0.08
HSL 24.34º 0.78% 0.64% -
HSV(B) 24.34º 0.61% 0.92% -
XYZ 47.1 40.25 15.41 -
YUV 168.8 84.66 175.22 -
System Red Green Blue C M Y K H S L
Decimal 235 150 92 0 0.36 0.61 0.08 24.34 0.78 0.64
Hex EB 96 5C 0 24 3D 8 18 4E 40
Octal 353 226 134 0 44 75 10 30 116 100
Binary 11101011 10010110 1011100 0 100100 111101 1000 11000 1001110 1000000

Color Harmonies of #EB965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB965C

Black with #EB965C

Text Example


Text Example

White with #EB965C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB965C; }

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

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

background-color css

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

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

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

border-color css

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

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

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