Html Css Color HEX #ECD059 Portica

📋 copy color: '#ECD059'

red 236 ◦ green 208 ◦ blue 89

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

Shades of Portica #ECD059

Tints of Portica #ECD059

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.02%

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

R = 44.28%
G = 39.02%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ECD059 (or 0xECD059) is known color: Portica. HEX triplet: EC, D0 and 59. RGB value is (236,208,89). Sum of RGB (Red+Green+Blue) = 236+208+89=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 89 (35.16% from 255 or 16.70% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD059 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD059 is #132FA6. Grayscale: #CBCBCB. Windows color (decimal): -1257383 or 5886188. OLE color: 5886188.

HSL color Cylindrical-coordinate representation of color #ECD059: hue angle of 48.57º 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 #ECD059 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 208 89 -
CMYK 0 0.12 0.62 0.07
HSL 48.57º 0.79% 0.64% -
HSV(B) 48.57º 0.62% 0.93% -
XYZ 58.95 63.67 18.63 -
YUV 202.81 63.78 151.68 -
System Red Green Blue C M Y K H S L
Decimal 236 208 89 0 0.12 0.62 0.07 48.57 0.79 0.64
Hex EC D0 59 0 C 3E 7 31 4F 40
Octal 354 320 131 0 14 76 7 61 117 100
Binary 11101100 11010000 1011001 0 1100 111110 111 110001 1001111 1000000

Color Harmonies of #ECD059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD059

Black with #ECD059

Text Example


Text Example

White with #ECD059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD059; }

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

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

background-color css

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

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

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

border-color css

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

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

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