Html Css Color HEX #EA9E5B Porsche

📋 copy color: '#EA9E5B'

red 234 ◦ green 158 ◦ blue 91

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

Shades of Porsche #EA9E5B

Tints of Porsche #EA9E5B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.71%

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

R = 48.45%
G = 32.71%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA9E5B (or 0xEA9E5B) is known color: Porsche. HEX triplet: EA, 9E and 5B. RGB value is (234,158,91). Sum of RGB (Red+Green+Blue) = 234+158+91=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 91 (35.94% from 255 or 18.84% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9E5B is #1561A4. Grayscale: #ADADAD. Windows color (decimal): -1401253 or 6004458. OLE color: 6004458.

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

Color convert

RGB 234 158 91 -
CMYK 0 0.32 0.61 0.08
HSL 28.11º 0.77% 0.64% -
HSV(B) 28.11º 0.61% 0.92% -
XYZ 48.05 42.7 15.61 -
YUV 173.09 81.68 171.45 -
System Red Green Blue C M Y K H S L
Decimal 234 158 91 0 0.32 0.61 0.08 28.11 0.77 0.64
Hex EA 9E 5B 0 20 3D 8 1C 4D 40
Octal 352 236 133 0 40 75 10 34 115 100
Binary 11101010 10011110 1011011 0 100000 111101 1000 11100 1001101 1000000

Color Harmonies of #EA9E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9E5B

Black with #EA9E5B

Text Example


Text Example

White with #EA9E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9E5B; }

 p { color: rgb(234,158,91); }

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

background-color css

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

 a { background-color: rgb(234,158,91); }

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

border-color css

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

 span { border-color: rgb(234,158,91); }

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