Html Css Color HEX #ECDB5D Portica

📋 copy color: '#ECDB5D'

red 236 ◦ green 219 ◦ blue 93

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

Shades of Portica #ECDB5D

Tints of Portica #ECDB5D

RGB

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

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

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

R = 43.07%
G = 39.96%
B = 16.97%

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

#ECDB5D (or 0xECDB5D) is known color: Portica. HEX triplet: EC, DB and 5D. RGB value is (236,219,93). Sum of RGB (Red+Green+Blue) = 236+219+93=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 93 (36.72% from 255 or 16.97% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB5D is #1324A2. Grayscale: #D2D2D2. Windows color (decimal): -1254563 or 6151148. OLE color: 6151148.

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

Color convert

RGB 236 219 93 -
CMYK 0 0.07 0.61 0.07
HSL 52.87º 0.79% 0.65% -
HSV(B) 52.87º 0.61% 0.93% -
XYZ 61.9 69.29 20.47 -
YUV 209.72 62.13 146.75 -
System Red Green Blue C M Y K H S L
Decimal 236 219 93 0 0.07 0.61 0.07 52.87 0.79 0.65
Hex EC DB 5D 0 7 3D 7 35 4F 41
Octal 354 333 135 0 7 75 7 65 117 101
Binary 11101100 11011011 1011101 0 111 111101 111 110101 1001111 1000001

Color Harmonies of #ECDB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB5D

Black with #ECDB5D

Text Example


Text Example

White with #ECDB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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