Html Css Color HEX #ECD862 Portica

📋 copy color: '#ECD862'

red 236 ◦ green 216 ◦ blue 98

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

Shades of Portica #ECD862

Tints of Portica #ECD862

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.27%

 BLUE value IS 98 (38.67% from 255) = 17.82%

R = 42.91%
G = 39.27%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ECD862 (or 0xECD862) is known color: Portica. HEX triplet: EC, D8 and 62. RGB value is (236,216,98). Sum of RGB (Red+Green+Blue) = 236+216+98=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 98 (38.67% from 255 or 17.82% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD862 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD862 is #13279D. Grayscale: #D1D1D1. Windows color (decimal): -1255326 or 6478060. OLE color: 6478060.

HSL color Cylindrical-coordinate representation of color #ECD862: hue angle of 51.3º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECD862 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 216 98 -
CMYK 0 0.08 0.58 0.07
HSL 51.3º 0.78% 0.65% -
HSV(B) 51.3º 0.58% 0.93% -
XYZ 61.35 67.83 21.41 -
YUV 208.53 65.63 147.59 -
System Red Green Blue C M Y K H S L
Decimal 236 216 98 0 0.08 0.58 0.07 51.3 0.78 0.65
Hex EC D8 62 0 8 3A 7 33 4E 41
Octal 354 330 142 0 10 72 7 63 116 101
Binary 11101100 11011000 1100010 0 1000 111010 111 110011 1001110 1000001

Color Harmonies of #ECD862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD862

Black with #ECD862

Text Example


Text Example

White with #ECD862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD862; }

 p { color: rgb(236,216,98); }

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

background-color css

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

 a { background-color: rgb(236,216,98); }

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

border-color css

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

 span { border-color: rgb(236,216,98); }

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