Html Css Color HEX #ECD85C Portica

📋 copy color: '#ECD85C'

red 236 ◦ green 216 ◦ blue 92

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

Shades of Portica #ECD85C

Tints of Portica #ECD85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.91%

R = 43.38%
G = 39.71%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ECD85C (or 0xECD85C) is known color: Portica. HEX triplet: EC, D8 and 5C. RGB value is (236,216,92). Sum of RGB (Red+Green+Blue) = 236+216+92=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 92 (36.33% from 255 or 16.91% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD85C is #1327A3. Grayscale: #D0D0D0. Windows color (decimal): -1255332 or 6084844. OLE color: 6084844.

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

Color convert

RGB 236 216 92 -
CMYK 0 0.08 0.61 0.07
HSL 51.67º 0.79% 0.64% -
HSV(B) 51.67º 0.61% 0.93% -
XYZ 61.08 67.72 19.98 -
YUV 207.84 62.63 148.08 -
System Red Green Blue C M Y K H S L
Decimal 236 216 92 0 0.08 0.61 0.07 51.67 0.79 0.64
Hex EC D8 5C 0 8 3D 7 34 4F 40
Octal 354 330 134 0 10 75 7 64 117 100
Binary 11101100 11011000 1011100 0 1000 111101 111 110100 1001111 1000000

Color Harmonies of #ECD85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD85C

Black with #ECD85C

Text Example


Text Example

White with #ECD85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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