Html Css Color HEX #E3CC5A Portica

📋 copy color: '#E3CC5A'

red 227 ◦ green 204 ◦ blue 90

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

Shades of Portica #E3CC5A

Tints of Portica #E3CC5A

RGB

 RED value IS 227 (89.06% from 255) = 43.57%

 GREEN value IS 204 (80.08% from 255) = 39.16%

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

R = 43.57%
G = 39.16%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E3CC5A (or 0xE3CC5A) is known color: Portica. HEX triplet: E3, CC and 5A. RGB value is (227,204,90). Sum of RGB (Red+Green+Blue) = 227+204+90=521 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.57% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 90 (35.55% from 255 or 17.27% from 521); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3CC5A is #1C33A5. Grayscale: #C6C6C6. Windows color (decimal): -1848230 or 5950691. OLE color: 5950691.

HSL color Cylindrical-coordinate representation of color #E3CC5A: hue angle of 49.93º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E3CC5A is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 204 90 -
CMYK 0 0.10 0.60 0.11
HSL 49.93º 0.71% 0.62% -
HSV(B) 49.93º 0.6% 0.89% -
XYZ 55.12 60.25 18.4 -
YUV 197.88 67.12 148.77 -
System Red Green Blue C M Y K H S L
Decimal 227 204 90 0 0.10 0.60 0.11 49.93 0.71 0.62
Hex E3 CC 5A 0 A 3C B 32 47 3E
Octal 343 314 132 0 12 74 13 62 107 76
Binary 11100011 11001100 1011010 0 1010 111100 1011 110010 1000111 111110

Color Harmonies of #E3CC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3CC5A

Black with #E3CC5A

Text Example


Text Example

White with #E3CC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3CC5A; }

 p { color: rgb(227,204,90); }

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

background-color css

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

 a { background-color: rgb(227,204,90); }

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

border-color css

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

 span { border-color: rgb(227,204,90); }

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