Html Css Color HEX #ECCD5C Portica

📋 copy color: '#ECCD5C'

red 236 ◦ green 205 ◦ blue 92

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

Shades of Portica #ECCD5C

Tints of Portica #ECCD5C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.46%

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

R = 44.28%
G = 38.46%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ECCD5C (or 0xECCD5C) is known color: Portica. HEX triplet: EC, CD and 5C. RGB value is (236,205,92). Sum of RGB (Red+Green+Blue) = 236+205+92=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 92 (36.33% from 255 or 17.26% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCD5C is #1332A3. Grayscale: #C9C9C9. Windows color (decimal): -1258148 or 6082028. OLE color: 6082028.

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

Color convert

RGB 236 205 92 -
CMYK 0 0.13 0.61 0.07
HSL 47.08º 0.79% 0.64% -
HSV(B) 47.08º 0.61% 0.93% -
XYZ 58.36 62.27 19.07 -
YUV 201.39 66.27 152.69 -
System Red Green Blue C M Y K H S L
Decimal 236 205 92 0 0.13 0.61 0.07 47.08 0.79 0.64
Hex EC CD 5C 0 D 3D 7 2F 4F 40
Octal 354 315 134 0 15 75 7 57 117 100
Binary 11101100 11001101 1011100 0 1101 111101 111 101111 1001111 1000000

Color Harmonies of #ECCD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCD5C

Black with #ECCD5C

Text Example


Text Example

White with #ECCD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCD5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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