Html Css Color HEX #ECCE56 Portica

📋 copy color: '#ECCE56'

red 236 ◦ green 206 ◦ blue 86

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

Shades of Portica #ECCE56

Tints of Portica #ECCE56

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.02%

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

R = 44.7%
G = 39.02%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECCE56 (or 0xECCE56) is known color: Portica. HEX triplet: EC, CE and 56. RGB value is (236,206,86). Sum of RGB (Red+Green+Blue) = 236+206+86=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 86 (33.98% from 255 or 16.29% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCE56 is #1331A9. Grayscale: #C9C9C9. Windows color (decimal): -1257898 or 5689068. OLE color: 5689068.

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

Color convert

RGB 236 206 86 -
CMYK 0 0.13 0.64 0.07
HSL 48º 0.8% 0.63% -
HSV(B) 48º 0.64% 0.93% -
XYZ 58.34 62.65 17.82 -
YUV 201.29 62.94 152.76 -
System Red Green Blue C M Y K H S L
Decimal 236 206 86 0 0.13 0.64 0.07 48 0.8 0.63
Hex EC CE 56 0 D 40 7 30 50 3F
Octal 354 316 126 0 15 100 7 60 120 77
Binary 11101100 11001110 1010110 0 1101 1000000 111 110000 1010000 111111

Color Harmonies of #ECCE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCE56

Black with #ECCE56

Text Example


Text Example

White with #ECCE56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCE56; }

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

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

background-color css

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

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

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

border-color css

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

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

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