Html Css Color HEX #ECDB53 Portica

📋 copy color: '#ECDB53'

red 236 ◦ green 219 ◦ blue 83

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

Shades of Portica #ECDB53

Tints of Portica #ECDB53

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.71%

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

R = 43.87%
G = 40.71%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ECDB53 (or 0xECDB53) is known color: Portica. HEX triplet: EC, DB and 53. RGB value is (236,219,83). Sum of RGB (Red+Green+Blue) = 236+219+83=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 83 (32.81% from 255 or 15.43% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB53 is #1324AC. Grayscale: #D1D1D1. Windows color (decimal): -1254573 or 5495788. OLE color: 5495788.

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

Color convert

RGB 236 219 83 -
CMYK 0 0.07 0.65 0.07
HSL 53.33º 0.8% 0.63% -
HSV(B) 53.33º 0.65% 0.93% -
XYZ 61.48 69.12 18.28 -
YUV 208.58 57.13 147.56 -
System Red Green Blue C M Y K H S L
Decimal 236 219 83 0 0.07 0.65 0.07 53.33 0.8 0.63
Hex EC DB 53 0 7 41 7 35 50 3F
Octal 354 333 123 0 7 101 7 65 120 77
Binary 11101100 11011011 1010011 0 111 1000001 111 110101 1010000 111111

Color Harmonies of #ECDB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB53

Black with #ECDB53

Text Example


Text Example

White with #ECDB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB53; }

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

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

background-color css

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

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

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

border-color css

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

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

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