Html Css Color HEX #EA985C Porsche

📋 copy color: '#EA985C'

red 234 ◦ green 152 ◦ blue 92

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

Shades of Porsche #EA985C

Tints of Porsche #EA985C

RGB

 RED value IS 234 (91.8% from 255) = 48.95%

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

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

R = 48.95%
G = 31.8%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA985C (or 0xEA985C) is known color: Porsche. HEX triplet: EA, 98 and 5C. RGB value is (234,152,92). Sum of RGB (Red+Green+Blue) = 234+152+92=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA985C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA985C is #1567A3. Grayscale: #AAAAAA. Windows color (decimal): -1402788 or 6068458. OLE color: 6068458.

HSL color Cylindrical-coordinate representation of color #EA985C: hue angle of 25.35º degrees, saturation: 0.77, 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 #EA985C is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 152 92 -
CMYK 0 0.35 0.61 0.08
HSL 25.35º 0.77% 0.64% -
HSV(B) 25.35º 0.61% 0.92% -
XYZ 47.09 40.72 15.5 -
YUV 169.68 84.17 173.88 -
System Red Green Blue C M Y K H S L
Decimal 234 152 92 0 0.35 0.61 0.08 25.35 0.77 0.64
Hex EA 98 5C 0 23 3D 8 19 4D 40
Octal 352 230 134 0 43 75 10 31 115 100
Binary 11101010 10011000 1011100 0 100011 111101 1000 11001 1001101 1000000

Color Harmonies of #EA985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA985C

Black with #EA985C

Text Example


Text Example

White with #EA985C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA985C; }

 p { color: rgb(234,152,92); }

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

background-color css

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

 a { background-color: rgb(234,152,92); }

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

border-color css

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

 span { border-color: rgb(234,152,92); }

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