Html Css Color HEX #ECDB5C Portica

📋 copy color: '#ECDB5C'

red 236 ◦ green 219 ◦ blue 92

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

Shades of Portica #ECDB5C

Tints of Portica #ECDB5C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.04%

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

R = 43.14%
G = 40.04%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ECDB5C (or 0xECDB5C) is known color: Portica. HEX triplet: EC, DB and 5C. RGB value is (236,219,92). Sum of RGB (Red+Green+Blue) = 236+219+92=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 92 (36.33% from 255 or 16.82% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB5C is #1324A3. Grayscale: #D2D2D2. Windows color (decimal): -1254564 or 6085612. OLE color: 6085612.

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

Color convert

RGB 236 219 92 -
CMYK 0 0.07 0.61 0.07
HSL 52.92º 0.79% 0.64% -
HSV(B) 52.92º 0.61% 0.93% -
XYZ 61.86 69.27 20.24 -
YUV 209.61 61.63 146.83 -
System Red Green Blue C M Y K H S L
Decimal 236 219 92 0 0.07 0.61 0.07 52.92 0.79 0.64
Hex EC DB 5C 0 7 3D 7 35 4F 40
Octal 354 333 134 0 7 75 7 65 117 100
Binary 11101100 11011011 1011100 0 111 111101 111 110101 1001111 1000000

Color Harmonies of #ECDB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB5C

Black with #ECDB5C

Text Example


Text Example

White with #ECDB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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