Html Css Color HEX #EC985A Porsche

📋 copy color: '#EC985A'

red 236 ◦ green 152 ◦ blue 90

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

Shades of Porsche #EC985A

Tints of Porsche #EC985A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.8%

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

R = 49.37%
G = 31.8%
B = 18.83%

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

#EC985A (or 0xEC985A) is known color: Porsche. HEX triplet: EC, 98 and 5A. RGB value is (236,152,90). Sum of RGB (Red+Green+Blue) = 236+152+90=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC985A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC985A is #1367A5. Grayscale: #AAAAAA. Windows color (decimal): -1271718 or 5937388. OLE color: 5937388.

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

Color convert

RGB 236 152 90 -
CMYK 0 0.36 0.62 0.07
HSL 25.48º 0.79% 0.64% -
HSV(B) 25.48º 0.62% 0.93% -
XYZ 47.67 41.03 15.08 -
YUV 170.05 82.83 175.04 -
System Red Green Blue C M Y K H S L
Decimal 236 152 90 0 0.36 0.62 0.07 25.48 0.79 0.64
Hex EC 98 5A 0 24 3E 7 19 4F 40
Octal 354 230 132 0 44 76 7 31 117 100
Binary 11101100 10011000 1011010 0 100100 111110 111 11001 1001111 1000000

Color Harmonies of #EC985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC985A

Black with #EC985A

Text Example


Text Example

White with #EC985A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC985A; }

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

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

background-color css

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

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

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

border-color css

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

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

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