Html Css Color HEX #ECD150 Portica

📋 copy color: '#ECD150'

red 236 ◦ green 209 ◦ blue 80

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

Shades of Portica #ECD150

Tints of Portica #ECD150

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.81%

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

R = 44.95%
G = 39.81%
B = 15.24%

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

#ECD150 (or 0xECD150) is known color: Portica. HEX triplet: EC, D1 and 50. RGB value is (236,209,80). Sum of RGB (Red+Green+Blue) = 236+209+80=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 80 (31.64% from 255 or 15.24% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD150 is #132EAF. Grayscale: #CACACA. Windows color (decimal): -1257136 or 5296620. OLE color: 5296620.

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

Color convert

RGB 236 209 80 -
CMYK 0 0.11 0.66 0.07
HSL 49.62º 0.8% 0.62% -
HSV(B) 49.62º 0.66% 0.93% -
XYZ 58.84 64.01 16.84 -
YUV 202.37 58.95 151.99 -
System Red Green Blue C M Y K H S L
Decimal 236 209 80 0 0.11 0.66 0.07 49.62 0.8 0.62
Hex EC D1 50 0 B 42 7 32 50 3E
Octal 354 321 120 0 13 102 7 62 120 76
Binary 11101100 11010001 1010000 0 1011 1000010 111 110010 1010000 111110

Color Harmonies of #ECD150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD150

Black with #ECD150

Text Example


Text Example

White with #ECD150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD150; }

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

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

background-color css

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

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

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

border-color css

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

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

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