Html Css Color HEX #ECCF56 Portica

📋 copy color: '#ECCF56'

red 236 ◦ green 207 ◦ blue 86

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

Shades of Portica #ECCF56

Tints of Portica #ECCF56

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.13%

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

R = 44.61%
G = 39.13%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECCF56 (or 0xECCF56) is known color: Portica. HEX triplet: EC, CF and 56. RGB value is (236,207,86). Sum of RGB (Red+Green+Blue) = 236+207+86=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 86 (33.98% from 255 or 16.26% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCF56 is #1330A9. Grayscale: #CACACA. Windows color (decimal): -1257642 or 5689324. OLE color: 5689324.

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

Color convert

RGB 236 207 86 -
CMYK 0 0.12 0.64 0.07
HSL 48.4º 0.8% 0.63% -
HSV(B) 48.4º 0.64% 0.93% -
XYZ 58.58 63.13 17.9 -
YUV 201.88 62.61 152.34 -
System Red Green Blue C M Y K H S L
Decimal 236 207 86 0 0.12 0.64 0.07 48.4 0.8 0.63
Hex EC CF 56 0 C 40 7 30 50 3F
Octal 354 317 126 0 14 100 7 60 120 77
Binary 11101100 11001111 1010110 0 1100 1000000 111 110000 1010000 111111

Color Harmonies of #ECCF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCF56

Black with #ECCF56

Text Example


Text Example

White with #ECCF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCF56; }

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

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

background-color css

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

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

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

border-color css

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

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

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