Html Css Color HEX #ECD755 Portica

📋 copy color: '#ECD755'

red 236 ◦ green 215 ◦ blue 85

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

Shades of Portica #ECD755

Tints of Portica #ECD755

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.11%

 BLUE value IS 85 (33.59% from 255) = 15.86%

R = 44.03%
G = 40.11%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECD755 (or 0xECD755) is known color: Portica. HEX triplet: EC, D7 and 55. RGB value is (236,215,85). Sum of RGB (Red+Green+Blue) = 236+215+85=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 85 (33.59% from 255 or 15.86% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD755 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD755 is #1328AA. Grayscale: #CECECE. Windows color (decimal): -1255595 or 5625836. OLE color: 5625836.

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

Color convert

RGB 236 215 85 -
CMYK 0 0.09 0.64 0.07
HSL 51.66º 0.8% 0.63% -
HSV(B) 51.66º 0.64% 0.93% -
XYZ 60.53 67.09 18.35 -
YUV 206.46 59.46 149.07 -
System Red Green Blue C M Y K H S L
Decimal 236 215 85 0 0.09 0.64 0.07 51.66 0.8 0.63
Hex EC D7 55 0 9 40 7 34 50 3F
Octal 354 327 125 0 11 100 7 64 120 77
Binary 11101100 11010111 1010101 0 1001 1000000 111 110100 1010000 111111

Color Harmonies of #ECD755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD755

Black with #ECD755

Text Example


Text Example

White with #ECD755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD755; }

 p { color: rgb(236,215,85); }

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

background-color css

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

 a { background-color: rgb(236,215,85); }

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

border-color css

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

 span { border-color: rgb(236,215,85); }

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