Html Css Color HEX #ECD556 Portica

📋 copy color: '#ECD556'

red 236 ◦ green 213 ◦ blue 86

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

Shades of Portica #ECD556

Tints of Portica #ECD556

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.81%

 BLUE value IS 86 (33.98% from 255) = 16.07%

R = 44.11%
G = 39.81%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECD556 (or 0xECD556) is known color: Portica. HEX triplet: EC, D5 and 56. RGB value is (236,213,86). Sum of RGB (Red+Green+Blue) = 236+213+86=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 86 (33.98% from 255 or 16.07% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD556 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD556 is #132AA9. Grayscale: #CDCDCD. Windows color (decimal): -1256106 or 5690860. OLE color: 5690860.

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

Color convert

RGB 236 213 86 -
CMYK 0 0.10 0.64 0.07
HSL 50.8º 0.8% 0.63% -
HSV(B) 50.8º 0.64% 0.93% -
XYZ 60.07 66.09 18.4 -
YUV 205.4 60.62 149.83 -
System Red Green Blue C M Y K H S L
Decimal 236 213 86 0 0.10 0.64 0.07 50.8 0.8 0.63
Hex EC D5 56 0 A 40 7 33 50 3F
Octal 354 325 126 0 12 100 7 63 120 77
Binary 11101100 11010101 1010110 0 1010 1000000 111 110011 1010000 111111

Color Harmonies of #ECD556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD556

Black with #ECD556

Text Example


Text Example

White with #ECD556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD556; }

 p { color: rgb(236,213,86); }

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

background-color css

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

 a { background-color: rgb(236,213,86); }

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

border-color css

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

 span { border-color: rgb(236,213,86); }

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