Html Css Color HEX #EB945A Porsche

📋 copy color: '#EB945A'

red 235 ◦ green 148 ◦ blue 90

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

Shades of Porsche #EB945A

Tints of Porsche #EB945A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.29%

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

R = 49.68%
G = 31.29%
B = 19.03%

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

#EB945A (or 0xEB945A) is known color: Porsche. HEX triplet: EB, 94 and 5A. RGB value is (235,148,90). Sum of RGB (Red+Green+Blue) = 235+148+90=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EB945A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB945A is #146BA5. Grayscale: #A7A7A7. Windows color (decimal): -1338278 or 5936363. OLE color: 5936363.

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

Color convert

RGB 235 148 90 -
CMYK 0 0.37 0.62 0.08
HSL 24º 0.78% 0.64% -
HSV(B) 24º 0.62% 0.92% -
XYZ 46.7 39.58 14.85 -
YUV 167.4 84.32 176.22 -
System Red Green Blue C M Y K H S L
Decimal 235 148 90 0 0.37 0.62 0.08 24 0.78 0.64
Hex EB 94 5A 0 25 3E 8 18 4E 40
Octal 353 224 132 0 45 76 10 30 116 100
Binary 11101011 10010100 1011010 0 100101 111110 1000 11000 1001110 1000000

Color Harmonies of #EB945A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB945A

Black with #EB945A

Text Example


Text Example

White with #EB945A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB945A; }

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

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

background-color css

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

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

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

border-color css

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

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

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