Html Css Color HEX #EA955B Porsche

📋 copy color: '#EA955B'

red 234 ◦ green 149 ◦ blue 91

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

Shades of Porsche #EA955B

Tints of Porsche #EA955B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.43%

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

R = 49.37%
G = 31.43%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA955B (or 0xEA955B) is known color: Porsche. HEX triplet: EA, 95 and 5B. RGB value is (234,149,91). Sum of RGB (Red+Green+Blue) = 234+149+91=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 91 (35.94% from 255 or 19.20% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EA955B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA955B is #156AA4. Grayscale: #A8A8A8. Windows color (decimal): -1403557 or 6002154. OLE color: 6002154.

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

Color convert

RGB 234 149 91 -
CMYK 0 0.36 0.61 0.08
HSL 24.34º 0.77% 0.64% -
HSV(B) 24.34º 0.61% 0.92% -
XYZ 46.57 39.74 15.11 -
YUV 167.8 84.66 175.22 -
System Red Green Blue C M Y K H S L
Decimal 234 149 91 0 0.36 0.61 0.08 24.34 0.77 0.64
Hex EA 95 5B 0 24 3D 8 18 4D 40
Octal 352 225 133 0 44 75 10 30 115 100
Binary 11101010 10010101 1011011 0 100100 111101 1000 11000 1001101 1000000

Color Harmonies of #EA955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA955B

Black with #EA955B

Text Example


Text Example

White with #EA955B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA955B; }

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

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

background-color css

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

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

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

border-color css

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

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

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