Html Css Color HEX #ECCD56 Portica

📋 copy color: '#ECCD56'

red 236 ◦ green 205 ◦ blue 86

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

Shades of Portica #ECCD56

Tints of Portica #ECCD56

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.9%

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

R = 44.78%
G = 38.9%
B = 16.32%

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

#ECCD56 (or 0xECCD56) is known color: Portica. HEX triplet: EC, CD and 56. RGB value is (236,205,86). Sum of RGB (Red+Green+Blue) = 236+205+86=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 86 (33.98% from 255 or 16.32% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCD56 is #1332A9. Grayscale: #C9C9C9. Windows color (decimal): -1258154 or 5688812. OLE color: 5688812.

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

Color convert

RGB 236 205 86 -
CMYK 0 0.13 0.64 0.07
HSL 47.6º 0.8% 0.63% -
HSV(B) 47.6º 0.64% 0.93% -
XYZ 58.1 62.17 17.74 -
YUV 200.7 63.27 153.18 -
System Red Green Blue C M Y K H S L
Decimal 236 205 86 0 0.13 0.64 0.07 47.6 0.8 0.63
Hex EC CD 56 0 D 40 7 30 50 3F
Octal 354 315 126 0 15 100 7 60 120 77
Binary 11101100 11001101 1010110 0 1101 1000000 111 110000 1010000 111111

Color Harmonies of #ECCD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCD56

Black with #ECCD56

Text Example


Text Example

White with #ECCD56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCD56; }

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

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

background-color css

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

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

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

border-color css

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

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

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