Html Css Color HEX #E5CC5A Portica

📋 copy color: '#E5CC5A'

red 229 ◦ green 204 ◦ blue 90

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

Shades of Portica #E5CC5A

Tints of Portica #E5CC5A

RGB

 RED value IS 229 (89.84% from 255) = 43.79%

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

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

R = 43.79%
G = 39.01%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E5CC5A (or 0xE5CC5A) is known color: Portica. HEX triplet: E5, CC and 5A. RGB value is (229,204,90). Sum of RGB (Red+Green+Blue) = 229+204+90=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 90 (35.55% from 255 or 17.21% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CC5A is #1A33A5. Grayscale: #C6C6C6. Windows color (decimal): -1717158 or 5950693. OLE color: 5950693.

HSL color Cylindrical-coordinate representation of color #E5CC5A: hue angle of 49.21º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E5CC5A is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 204 90 -
CMYK 0 0.11 0.61 0.10
HSL 49.21º 0.73% 0.63% -
HSV(B) 49.21º 0.61% 0.9% -
XYZ 55.75 60.58 18.43 -
YUV 198.48 66.78 149.77 -
System Red Green Blue C M Y K H S L
Decimal 229 204 90 0 0.11 0.61 0.10 49.21 0.73 0.63
Hex E5 CC 5A 0 B 3D A 31 49 3F
Octal 345 314 132 0 13 75 12 61 111 77
Binary 11100101 11001100 1011010 0 1011 111101 1010 110001 1001001 111111

Color Harmonies of #E5CC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CC5A

Black with #E5CC5A

Text Example


Text Example

White with #E5CC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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