Html Css Color HEX #ECD950 Portica

📋 copy color: '#ECD950'

red 236 ◦ green 217 ◦ blue 80

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

Shades of Portica #ECD950

Tints of Portica #ECD950

RGB

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

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

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

R = 44.28%
G = 40.71%
B = 15.01%

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

#ECD950 (or 0xECD950) is known color: Portica. HEX triplet: EC, D9 and 50. RGB value is (236,217,80). Sum of RGB (Red+Green+Blue) = 236+217+80=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 80 (31.64% from 255 or 15.01% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD950 is #1326AF. Grayscale: #CFCFCF. Windows color (decimal): -1255088 or 5298668. OLE color: 5298668.

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

Color convert

RGB 236 217 80 -
CMYK 0 0.08 0.66 0.07
HSL 52.69º 0.8% 0.62% -
HSV(B) 52.69º 0.66% 0.93% -
XYZ 60.85 68.04 17.51 -
YUV 207.06 56.29 148.64 -
System Red Green Blue C M Y K H S L
Decimal 236 217 80 0 0.08 0.66 0.07 52.69 0.8 0.62
Hex EC D9 50 0 8 42 7 35 50 3E
Octal 354 331 120 0 10 102 7 65 120 76
Binary 11101100 11011001 1010000 0 1000 1000010 111 110101 1010000 111110

Color Harmonies of #ECD950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD950

Black with #ECD950

Text Example


Text Example

White with #ECD950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD950; }

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

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

background-color css

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

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

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

border-color css

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

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

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