Html Css Color HEX #EAA150 Porsche

📋 copy color: '#EAA150'

red 234 ◦ green 161 ◦ blue 80

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

Shades of Porsche #EAA150

Tints of Porsche #EAA150

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.89%

 BLUE value IS 80 (31.64% from 255) = 16.84%

R = 49.26%
G = 33.89%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EAA150 (or 0xEAA150) is known color: Porsche. HEX triplet: EA, A1 and 50. RGB value is (234,161,80). Sum of RGB (Red+Green+Blue) = 234+161+80=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 80 (31.64% from 255 or 16.84% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA150 is #155EAF. Grayscale: #ADADAD. Windows color (decimal): -1400496 or 5284330. OLE color: 5284330.

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

Color convert

RGB 234 161 80 -
CMYK 0 0.31 0.66 0.08
HSL 31.56º 0.79% 0.62% -
HSV(B) 31.56º 0.66% 0.92% -
XYZ 48.12 43.56 13.46 -
YUV 173.59 75.18 171.09 -
System Red Green Blue C M Y K H S L
Decimal 234 161 80 0 0.31 0.66 0.08 31.56 0.79 0.62
Hex EA A1 50 0 1F 42 8 20 4F 3E
Octal 352 241 120 0 37 102 10 40 117 76
Binary 11101010 10100001 1010000 0 11111 1000010 1000 100000 1001111 111110

Color Harmonies of #EAA150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA150

Black with #EAA150

Text Example


Text Example

White with #EAA150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA150; }

 p { color: rgb(234,161,80); }

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

background-color css

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

 a { background-color: rgb(234,161,80); }

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

border-color css

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

 span { border-color: rgb(234,161,80); }

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