Html Css Color HEX #EB955A Porsche

📋 copy color: '#EB955A'

red 235 ◦ green 149 ◦ blue 90

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

Shades of Porsche #EB955A

Tints of Porsche #EB955A

RGB

 RED value IS 235 (92.19% from 255) = 49.58%

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

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

R = 49.58%
G = 31.43%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EB955A (or 0xEB955A) is known color: Porsche. HEX triplet: EB, 95 and 5A. RGB value is (235,149,90). Sum of RGB (Red+Green+Blue) = 235+149+90=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 90 (35.55% from 255 or 18.99% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EB955A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB955A is #146AA5. Grayscale: #A8A8A8. Windows color (decimal): -1338022 or 5936619. OLE color: 5936619.

HSL color Cylindrical-coordinate representation of color #EB955A: hue angle of 24.41º degrees, saturation: 0.78, 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 #EB955A is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 149 90 -
CMYK 0 0.37 0.62 0.08
HSL 24.41º 0.78% 0.64% -
HSV(B) 24.41º 0.62% 0.92% -
XYZ 46.85 39.9 14.9 -
YUV 167.99 83.99 175.8 -
System Red Green Blue C M Y K H S L
Decimal 235 149 90 0 0.37 0.62 0.08 24.41 0.78 0.64
Hex EB 95 5A 0 25 3E 8 18 4E 40
Octal 353 225 132 0 45 76 10 30 116 100
Binary 11101011 10010101 1011010 0 100101 111110 1000 11000 1001110 1000000

Color Harmonies of #EB955A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB955A

Black with #EB955A

Text Example


Text Example

White with #EB955A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB955A; }

 p { color: rgb(235,149,90); }

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

background-color css

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

 a { background-color: rgb(235,149,90); }

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

border-color css

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

 span { border-color: rgb(235,149,90); }

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