Html Css Color HEX #EA985A Porsche

📋 copy color: '#EA985A'

red 234 ◦ green 152 ◦ blue 90

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

Shades of Porsche #EA985A

Tints of Porsche #EA985A

RGB

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

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

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

R = 49.16%
G = 31.93%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EA985A (or 0xEA985A) is known color: Porsche. HEX triplet: EA, 98 and 5A. RGB value is (234,152,90). Sum of RGB (Red+Green+Blue) = 234+152+90=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA985A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA985A is #1567A5. Grayscale: #A9A9A9. Windows color (decimal): -1402790 or 5937386. OLE color: 5937386.

HSL color Cylindrical-coordinate representation of color #EA985A: hue angle of 25.83º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA985A is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 152 90 -
CMYK 0 0.35 0.62 0.08
HSL 25.83º 0.77% 0.64% -
HSV(B) 25.83º 0.62% 0.92% -
XYZ 47.01 40.69 15.05 -
YUV 169.45 83.17 174.04 -
System Red Green Blue C M Y K H S L
Decimal 234 152 90 0 0.35 0.62 0.08 25.83 0.77 0.64
Hex EA 98 5A 0 23 3E 8 1A 4D 40
Octal 352 230 132 0 43 76 10 32 115 100
Binary 11101010 10011000 1011010 0 100011 111110 1000 11010 1001101 1000000

Color Harmonies of #EA985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA985A

Black with #EA985A

Text Example


Text Example

White with #EA985A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA985A; }

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

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

background-color css

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

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

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

border-color css

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

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

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