Html Css Color HEX #ECD15B Portica

📋 copy color: '#ECD15B'

red 236 ◦ green 209 ◦ blue 91

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

Shades of Portica #ECD15B

Tints of Portica #ECD15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.98%

R = 44.03%
G = 38.99%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ECD15B (or 0xECD15B) is known color: Portica. HEX triplet: EC, D1 and 5B. RGB value is (236,209,91). Sum of RGB (Red+Green+Blue) = 236+209+91=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 91 (35.94% from 255 or 16.98% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD15B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD15B is #132EA4. Grayscale: #CCCCCC. Windows color (decimal): -1257125 or 6017516. OLE color: 6017516.

HSL color Cylindrical-coordinate representation of color #ECD15B: hue angle of 48.83º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECD15B is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 209 91 -
CMYK 0 0.11 0.61 0.07
HSL 48.83º 0.79% 0.64% -
HSV(B) 48.83º 0.61% 0.93% -
XYZ 59.28 64.19 19.16 -
YUV 203.62 64.45 151.09 -
System Red Green Blue C M Y K H S L
Decimal 236 209 91 0 0.11 0.61 0.07 48.83 0.79 0.64
Hex EC D1 5B 0 B 3D 7 31 4F 40
Octal 354 321 133 0 13 75 7 61 117 100
Binary 11101100 11010001 1011011 0 1011 111101 111 110001 1001111 1000000

Color Harmonies of #ECD15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD15B

Black with #ECD15B

Text Example


Text Example

White with #ECD15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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