Html Css Color HEX #EC965B Porsche

📋 copy color: '#EC965B'

red 236 ◦ green 150 ◦ blue 91

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

Shades of Porsche #EC965B

Tints of Porsche #EC965B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.08%

R = 49.48%
G = 31.45%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC965B (or 0xEC965B) is known color: Porsche. HEX triplet: EC, 96 and 5B. RGB value is (236,150,91). Sum of RGB (Red+Green+Blue) = 236+150+91=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 91 (35.94% from 255 or 19.08% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC965B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC965B is #1369A4. Grayscale: #A9A9A9. Windows color (decimal): -1272229 or 6002412. OLE color: 6002412.

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

Color convert

RGB 236 150 91 -
CMYK 0 0.36 0.61 0.07
HSL 24.41º 0.79% 0.64% -
HSV(B) 24.41º 0.61% 0.93% -
XYZ 47.39 40.4 15.2 -
YUV 168.99 83.99 175.8 -
System Red Green Blue C M Y K H S L
Decimal 236 150 91 0 0.36 0.61 0.07 24.41 0.79 0.64
Hex EC 96 5B 0 24 3D 7 18 4F 40
Octal 354 226 133 0 44 75 7 30 117 100
Binary 11101100 10010110 1011011 0 100100 111101 111 11000 1001111 1000000

Color Harmonies of #EC965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC965B

Black with #EC965B

Text Example


Text Example

White with #EC965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC965B; }

 p { color: rgb(236,150,91); }

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

background-color css

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

 a { background-color: rgb(236,150,91); }

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

border-color css

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

 span { border-color: rgb(236,150,91); }

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