Html Css Color HEX #EC955D Porsche

📋 copy color: '#EC955D'

red 236 ◦ green 149 ◦ blue 93

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

Shades of Porsche #EC955D

Tints of Porsche #EC955D

RGB

 RED value IS 236 (92.58% from 255) = 49.37%

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

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

R = 49.37%
G = 31.17%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC955D (or 0xEC955D) is known color: Porsche. HEX triplet: EC, 95 and 5D. RGB value is (236,149,93). Sum of RGB (Red+Green+Blue) = 236+149+93=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC955D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC955D is #136AA2. Grayscale: #A8A8A8. Windows color (decimal): -1272483 or 6133228. OLE color: 6133228.

HSL color Cylindrical-coordinate representation of color #EC955D: hue angle of 23.5º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC955D is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 149 93 -
CMYK 0 0.37 0.61 0.07
HSL 23.5º 0.79% 0.65% -
HSV(B) 23.5º 0.61% 0.93% -
XYZ 47.32 40.12 15.61 -
YUV 168.63 85.32 176.05 -
System Red Green Blue C M Y K H S L
Decimal 236 149 93 0 0.37 0.61 0.07 23.5 0.79 0.65
Hex EC 95 5D 0 25 3D 7 17 4F 41
Octal 354 225 135 0 45 75 7 27 117 101
Binary 11101100 10010101 1011101 0 100101 111101 111 10111 1001111 1000001

Color Harmonies of #EC955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC955D

Black with #EC955D

Text Example


Text Example

White with #EC955D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC955D; }

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

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

background-color css

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

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

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

border-color css

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

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

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