Html Css Color HEX #EA9F52 Porsche

📋 copy color: '#EA9F52'

red 234 ◦ green 159 ◦ blue 82

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

Shades of Porsche #EA9F52

Tints of Porsche #EA9F52

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.47%

 BLUE value IS 82 (32.42% from 255) = 17.26%

R = 49.26%
G = 33.47%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA9F52 (or 0xEA9F52) is known color: Porsche. HEX triplet: EA, 9F and 52. RGB value is (234,159,82). Sum of RGB (Red+Green+Blue) = 234+159+82=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 82 (32.42% from 255 or 17.26% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9F52 is #1560AD. Grayscale: #ADADAD. Windows color (decimal): -1401006 or 5414890. OLE color: 5414890.

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

Color convert

RGB 234 159 82 -
CMYK 0 0.32 0.65 0.08
HSL 30.39º 0.78% 0.62% -
HSV(B) 30.39º 0.65% 0.92% -
XYZ 47.85 42.9 13.74 -
YUV 172.65 76.85 171.76 -
System Red Green Blue C M Y K H S L
Decimal 234 159 82 0 0.32 0.65 0.08 30.39 0.78 0.62
Hex EA 9F 52 0 20 41 8 1E 4E 3E
Octal 352 237 122 0 40 101 10 36 116 76
Binary 11101010 10011111 1010010 0 100000 1000001 1000 11110 1001110 111110

Color Harmonies of #EA9F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9F52

Black with #EA9F52

Text Example


Text Example

White with #EA9F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9F52; }

 p { color: rgb(234,159,82); }

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

background-color css

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

 a { background-color: rgb(234,159,82); }

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

border-color css

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

 span { border-color: rgb(234,159,82); }

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