Html Css Color HEX #ECDA50 Portica

📋 copy color: '#ECDA50'

red 236 ◦ green 218 ◦ blue 80

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

Shades of Portica #ECDA50

Tints of Portica #ECDA50

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.82%

 BLUE value IS 80 (31.64% from 255) = 14.98%

R = 44.19%
G = 40.82%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ECDA50 (or 0xECDA50) is known color: Portica. HEX triplet: EC, DA and 50. RGB value is (236,218,80). Sum of RGB (Red+Green+Blue) = 236+218+80=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 80 (31.64% from 255 or 14.98% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA50 is #1325AF. Grayscale: #D0D0D0. Windows color (decimal): -1254832 or 5298924. OLE color: 5298924.

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

Color convert

RGB 236 218 80 -
CMYK 0 0.08 0.66 0.07
HSL 53.08º 0.8% 0.62% -
HSV(B) 53.08º 0.66% 0.93% -
XYZ 61.11 68.55 17.6 -
YUV 207.65 55.96 148.22 -
System Red Green Blue C M Y K H S L
Decimal 236 218 80 0 0.08 0.66 0.07 53.08 0.8 0.62
Hex EC DA 50 0 8 42 7 35 50 3E
Octal 354 332 120 0 10 102 7 65 120 76
Binary 11101100 11011010 1010000 0 1000 1000010 111 110101 1010000 111110

Color Harmonies of #ECDA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA50

Black with #ECDA50

Text Example


Text Example

White with #ECDA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA50; }

 p { color: rgb(236,218,80); }

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

background-color css

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

 a { background-color: rgb(236,218,80); }

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

border-color css

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

 span { border-color: rgb(236,218,80); }

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