Html Css Color HEX #ECCD5D Portica

📋 copy color: '#ECCD5D'

red 236 ◦ green 205 ◦ blue 93

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

Shades of Portica #ECCD5D

Tints of Portica #ECCD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.42%

R = 44.19%
G = 38.39%
B = 17.42%

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

#ECCD5D (or 0xECCD5D) is known color: Portica. HEX triplet: EC, CD and 5D. RGB value is (236,205,93). Sum of RGB (Red+Green+Blue) = 236+205+93=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 93 (36.72% from 255 or 17.42% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCD5D is #1332A2. Grayscale: #C9C9C9. Windows color (decimal): -1258147 or 6147564. OLE color: 6147564.

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

Color convert

RGB 236 205 93 -
CMYK 0 0.13 0.61 0.07
HSL 46.99º 0.79% 0.65% -
HSV(B) 46.99º 0.61% 0.93% -
XYZ 58.4 62.29 19.3 -
YUV 201.5 66.77 152.61 -
System Red Green Blue C M Y K H S L
Decimal 236 205 93 0 0.13 0.61 0.07 46.99 0.79 0.65
Hex EC CD 5D 0 D 3D 7 2F 4F 41
Octal 354 315 135 0 15 75 7 57 117 101
Binary 11101100 11001101 1011101 0 1101 111101 111 101111 1001111 1000001

Color Harmonies of #ECCD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCD5D

Black with #ECCD5D

Text Example


Text Example

White with #ECCD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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