Html Css Color HEX #EC965A Porsche

📋 copy color: '#EC965A'

red 236 ◦ green 150 ◦ blue 90

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

Shades of Porsche #EC965A

Tints of Porsche #EC965A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.91%

R = 49.58%
G = 31.51%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC965A (or 0xEC965A) is known color: Porsche. HEX triplet: EC, 96 and 5A. RGB value is (236,150,90). Sum of RGB (Red+Green+Blue) = 236+150+90=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC965A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC965A is #1369A5. Grayscale: #A9A9A9. Windows color (decimal): -1272230 or 5936876. OLE color: 5936876.

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

Color convert

RGB 236 150 90 -
CMYK 0 0.36 0.62 0.07
HSL 24.66º 0.79% 0.64% -
HSV(B) 24.66º 0.62% 0.93% -
XYZ 47.34 40.38 14.97 -
YUV 168.87 83.49 175.88 -
System Red Green Blue C M Y K H S L
Decimal 236 150 90 0 0.36 0.62 0.07 24.66 0.79 0.64
Hex EC 96 5A 0 24 3E 7 19 4F 40
Octal 354 226 132 0 44 76 7 31 117 100
Binary 11101100 10010110 1011010 0 100100 111110 111 11001 1001111 1000000

Color Harmonies of #EC965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC965A

Black with #EC965A

Text Example


Text Example

White with #EC965A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC965A; }

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

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

background-color css

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

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

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

border-color css

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

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

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