Html Css Color HEX #ECD359 Portica

📋 copy color: '#ECD359'

red 236 ◦ green 211 ◦ blue 89

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

Shades of Portica #ECD359

Tints of Portica #ECD359

RGB

 RED value IS 236 (92.58% from 255) = 44.03%

 GREEN value IS 211 (82.81% from 255) = 39.37%

 BLUE value IS 89 (35.16% from 255) = 16.6%

R = 44.03%
G = 39.37%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ECD359 (or 0xECD359) is known color: Portica. HEX triplet: EC, D3 and 59. RGB value is (236,211,89). Sum of RGB (Red+Green+Blue) = 236+211+89=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 89 (35.16% from 255 or 16.60% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD359 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD359 is #132CA6. Grayscale: #CDCDCD. Windows color (decimal): -1256615 or 5886956. OLE color: 5886956.

HSL color Cylindrical-coordinate representation of color #ECD359: hue angle of 49.8º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ECD359 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 211 89 -
CMYK 0 0.11 0.62 0.07
HSL 49.8º 0.79% 0.64% -
HSV(B) 49.8º 0.62% 0.93% -
XYZ 59.69 65.14 18.88 -
YUV 204.57 62.78 150.42 -
System Red Green Blue C M Y K H S L
Decimal 236 211 89 0 0.11 0.62 0.07 49.8 0.79 0.64
Hex EC D3 59 0 B 3E 7 32 4F 40
Octal 354 323 131 0 13 76 7 62 117 100
Binary 11101100 11010011 1011001 0 1011 111110 111 110010 1001111 1000000

Color Harmonies of #ECD359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD359

Black with #ECD359

Text Example


Text Example

White with #ECD359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD359; }

 p { color: rgb(236,211,89); }

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

background-color css

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

 a { background-color: rgb(236,211,89); }

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

border-color css

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

 span { border-color: rgb(236,211,89); }

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