Html Css Color HEX #ECDA56 Portica

📋 copy color: '#ECDA56'

red 236 ◦ green 218 ◦ blue 86

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

Shades of Portica #ECDA56

Tints of Portica #ECDA56

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.37%

 BLUE value IS 86 (33.98% from 255) = 15.93%

R = 43.7%
G = 40.37%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECDA56 (or 0xECDA56) is known color: Portica. HEX triplet: EC, DA and 56. RGB value is (236,218,86). Sum of RGB (Red+Green+Blue) = 236+218+86=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 86 (33.98% from 255 or 15.93% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA56 is #1325A9. Grayscale: #D0D0D0. Windows color (decimal): -1254826 or 5692140. OLE color: 5692140.

HSL color Cylindrical-coordinate representation of color #ECDA56: hue angle of 52.8º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECDA56 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 218 86 -
CMYK 0 0.08 0.64 0.07
HSL 52.8º 0.8% 0.63% -
HSV(B) 52.8º 0.64% 0.93% -
XYZ 61.34 68.65 18.82 -
YUV 208.33 58.96 147.73 -
System Red Green Blue C M Y K H S L
Decimal 236 218 86 0 0.08 0.64 0.07 52.8 0.8 0.63
Hex EC DA 56 0 8 40 7 35 50 3F
Octal 354 332 126 0 10 100 7 65 120 77
Binary 11101100 11011010 1010110 0 1000 1000000 111 110101 1010000 111111

Color Harmonies of #ECDA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA56

Black with #ECDA56

Text Example


Text Example

White with #ECDA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA56; }

 p { color: rgb(236,218,86); }

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

background-color css

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

 a { background-color: rgb(236,218,86); }

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

border-color css

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

 span { border-color: rgb(236,218,86); }

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