Html Css Color HEX #EAA058 Porsche

📋 copy color: '#EAA058'

red 234 ◦ green 160 ◦ blue 88

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

Shades of Porsche #EAA058

Tints of Porsche #EAA058

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.2%

 BLUE value IS 88 (34.77% from 255) = 18.26%

R = 48.55%
G = 33.2%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EAA058 (or 0xEAA058) is known color: Porsche. HEX triplet: EA, A0 and 58. RGB value is (234,160,88). Sum of RGB (Red+Green+Blue) = 234+160+88=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 88 (34.77% from 255 or 18.26% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA058 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA058 is #155FA7. Grayscale: #AEAEAE. Windows color (decimal): -1400744 or 5808362. OLE color: 5808362.

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

Color convert

RGB 234 160 88 -
CMYK 0 0.32 0.62 0.08
HSL 29.59º 0.78% 0.63% -
HSV(B) 29.59º 0.62% 0.92% -
XYZ 48.26 43.34 15.05 -
YUV 173.92 79.52 170.85 -
System Red Green Blue C M Y K H S L
Decimal 234 160 88 0 0.32 0.62 0.08 29.59 0.78 0.63
Hex EA A0 58 0 20 3E 8 1E 4E 3F
Octal 352 240 130 0 40 76 10 36 116 77
Binary 11101010 10100000 1011000 0 100000 111110 1000 11110 1001110 111111

Color Harmonies of #EAA058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA058

Black with #EAA058

Text Example


Text Example

White with #EAA058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA058; }

 p { color: rgb(234,160,88); }

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

background-color css

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

 a { background-color: rgb(234,160,88); }

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

border-color css

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

 span { border-color: rgb(234,160,88); }

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