Html Css Color HEX #ECD456 Portica

📋 copy color: '#ECD456'

red 236 ◦ green 212 ◦ blue 86

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

Shades of Portica #ECD456

Tints of Portica #ECD456

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.7%

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

R = 44.19%
G = 39.7%
B = 16.1%

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

#ECD456 (or 0xECD456) is known color: Portica. HEX triplet: EC, D4 and 56. RGB value is (236,212,86). Sum of RGB (Red+Green+Blue) = 236+212+86=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 86 (33.98% from 255 or 16.10% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD456 is #132BA9. Grayscale: #CDCDCD. Windows color (decimal): -1256362 or 5690604. OLE color: 5690604.

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

Color convert

RGB 236 212 86 -
CMYK 0 0.10 0.64 0.07
HSL 50.4º 0.8% 0.63% -
HSV(B) 50.4º 0.64% 0.93% -
XYZ 59.82 65.59 18.31 -
YUV 204.81 60.95 150.25 -
System Red Green Blue C M Y K H S L
Decimal 236 212 86 0 0.10 0.64 0.07 50.4 0.8 0.63
Hex EC D4 56 0 A 40 7 32 50 3F
Octal 354 324 126 0 12 100 7 62 120 77
Binary 11101100 11010100 1010110 0 1010 1000000 111 110010 1010000 111111

Color Harmonies of #ECD456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD456

Black with #ECD456

Text Example


Text Example

White with #ECD456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD456; }

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

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

background-color css

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

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

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

border-color css

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

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

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