Html Css Color HEX #ECD350 Portica

📋 copy color: '#ECD350'

red 236 ◦ green 211 ◦ blue 80

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

Shades of Portica #ECD350

Tints of Portica #ECD350

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.04%

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

R = 44.78%
G = 40.04%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ECD350 (or 0xECD350) is known color: Portica. HEX triplet: EC, D3 and 50. RGB value is (236,211,80). Sum of RGB (Red+Green+Blue) = 236+211+80=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 80 (31.64% from 255 or 15.18% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD350 is #132CAF. Grayscale: #CCCCCC. Windows color (decimal): -1256624 or 5297132. OLE color: 5297132.

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

Color convert

RGB 236 211 80 -
CMYK 0 0.11 0.66 0.07
HSL 50.38º 0.8% 0.62% -
HSV(B) 50.38º 0.66% 0.93% -
XYZ 59.33 65 17.01 -
YUV 203.54 58.28 151.15 -
System Red Green Blue C M Y K H S L
Decimal 236 211 80 0 0.11 0.66 0.07 50.38 0.8 0.62
Hex EC D3 50 0 B 42 7 32 50 3E
Octal 354 323 120 0 13 102 7 62 120 76
Binary 11101100 11010011 1010000 0 1011 1000010 111 110010 1010000 111110

Color Harmonies of #ECD350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD350

Black with #ECD350

Text Example


Text Example

White with #ECD350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD350; }

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

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

background-color css

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

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

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

border-color css

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

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

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