Html Css Color HEX #ECD953 Portica

📋 copy color: '#ECD953'

red 236 ◦ green 217 ◦ blue 83

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

Shades of Portica #ECD953

Tints of Portica #ECD953

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.49%

 BLUE value IS 83 (32.81% from 255) = 15.49%

R = 44.03%
G = 40.49%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECD953 (or 0xECD953) is known color: Portica. HEX triplet: EC, D9 and 53. RGB value is (236,217,83). Sum of RGB (Red+Green+Blue) = 236+217+83=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 83 (32.81% from 255 or 15.49% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD953 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD953 is #1326AC. Grayscale: #CFCFCF. Windows color (decimal): -1255085 or 5495276. OLE color: 5495276.

HSL color Cylindrical-coordinate representation of color #ECD953: hue angle of 52.55º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECD953 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 217 83 -
CMYK 0 0.08 0.65 0.07
HSL 52.55º 0.8% 0.63% -
HSV(B) 52.55º 0.65% 0.93% -
XYZ 60.97 68.08 18.11 -
YUV 207.41 57.79 148.4 -
System Red Green Blue C M Y K H S L
Decimal 236 217 83 0 0.08 0.65 0.07 52.55 0.8 0.63
Hex EC D9 53 0 8 41 7 35 50 3F
Octal 354 331 123 0 10 101 7 65 120 77
Binary 11101100 11011001 1010011 0 1000 1000001 111 110101 1010000 111111

Color Harmonies of #ECD953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD953

Black with #ECD953

Text Example


Text Example

White with #ECD953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD953; }

 p { color: rgb(236,217,83); }

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

background-color css

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

 a { background-color: rgb(236,217,83); }

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

border-color css

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

 span { border-color: rgb(236,217,83); }

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