Html Css Color HEX #EAA255 Porsche

📋 copy color: '#EAA255'

red 234 ◦ green 162 ◦ blue 85

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

Shades of Porsche #EAA255

Tints of Porsche #EAA255

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.68%

 BLUE value IS 85 (33.59% from 255) = 17.67%

R = 48.65%
G = 33.68%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAA255 (or 0xEAA255) is known color: Porsche. HEX triplet: EA, A2 and 55. RGB value is (234,162,85). Sum of RGB (Red+Green+Blue) = 234+162+85=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 85 (33.59% from 255 or 17.67% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA255 is #155DAA. Grayscale: #AFAFAF. Windows color (decimal): -1400235 or 5612266. OLE color: 5612266.

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

Color convert

RGB 234 162 85 -
CMYK 0 0.31 0.64 0.08
HSL 31.01º 0.78% 0.63% -
HSV(B) 31.01º 0.64% 0.92% -
XYZ 48.49 43.99 14.53 -
YUV 174.75 77.35 170.26 -
System Red Green Blue C M Y K H S L
Decimal 234 162 85 0 0.31 0.64 0.08 31.01 0.78 0.63
Hex EA A2 55 0 1F 40 8 1F 4E 3F
Octal 352 242 125 0 37 100 10 37 116 77
Binary 11101010 10100010 1010101 0 11111 1000000 1000 11111 1001110 111111

Color Harmonies of #EAA255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA255

Black with #EAA255

Text Example


Text Example

White with #EAA255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA255; }

 p { color: rgb(234,162,85); }

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

background-color css

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

 a { background-color: rgb(234,162,85); }

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

border-color css

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

 span { border-color: rgb(234,162,85); }

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