Html Css Color HEX #ECD15E Portica

📋 copy color: '#ECD15E'

red 236 ◦ green 209 ◦ blue 94

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

Shades of Portica #ECD15E

Tints of Portica #ECD15E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.44%

R = 43.78%
G = 38.78%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ECD15E (or 0xECD15E) is known color: Portica. HEX triplet: EC, D1 and 5E. RGB value is (236,209,94). Sum of RGB (Red+Green+Blue) = 236+209+94=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 209 (82.03% from 255 or 38.78% from 539); Blue value is 94 (37.11% from 255 or 17.44% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD15E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD15E is #132EA1. Grayscale: #CCCCCC. Windows color (decimal): -1257122 or 6214124. OLE color: 6214124.

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

Color convert

RGB 236 209 94 -
CMYK 0 0.11 0.60 0.07
HSL 48.59º 0.79% 0.65% -
HSV(B) 48.59º 0.6% 0.93% -
XYZ 59.41 64.24 19.86 -
YUV 203.96 65.95 150.85 -
System Red Green Blue C M Y K H S L
Decimal 236 209 94 0 0.11 0.60 0.07 48.59 0.79 0.65
Hex EC D1 5E 0 B 3C 7 31 4F 41
Octal 354 321 136 0 13 74 7 61 117 101
Binary 11101100 11010001 1011110 0 1011 111100 111 110001 1001111 1000001

Color Harmonies of #ECD15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD15E

Black with #ECD15E

Text Example


Text Example

White with #ECD15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD15E; }

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

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

background-color css

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

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

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

border-color css

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

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

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