Html Css Color HEX #ECCC56 Portica

📋 copy color: '#ECCC56'

red 236 ◦ green 204 ◦ blue 86

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

Shades of Portica #ECCC56

Tints of Portica #ECCC56

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.78%

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

R = 44.87%
G = 38.78%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECCC56 (or 0xECCC56) is known color: Portica. HEX triplet: EC, CC and 56. RGB value is (236,204,86). Sum of RGB (Red+Green+Blue) = 236+204+86=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 86 (33.98% from 255 or 16.35% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC56 is #1333A9. Grayscale: #C8C8C8. Windows color (decimal): -1258410 or 5688556. OLE color: 5688556.

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

Color convert

RGB 236 204 86 -
CMYK 0 0.14 0.64 0.07
HSL 47.2º 0.8% 0.63% -
HSV(B) 47.2º 0.64% 0.93% -
XYZ 57.86 61.69 17.66 -
YUV 200.12 63.6 153.59 -
System Red Green Blue C M Y K H S L
Decimal 236 204 86 0 0.14 0.64 0.07 47.2 0.8 0.63
Hex EC CC 56 0 E 40 7 2F 50 3F
Octal 354 314 126 0 16 100 7 57 120 77
Binary 11101100 11001100 1010110 0 1110 1000000 111 101111 1010000 111111

Color Harmonies of #ECCC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCC56

Black with #ECCC56

Text Example


Text Example

White with #ECCC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCC56; }

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

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

background-color css

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

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

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

border-color css

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

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

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