Html Css Color HEX #ECDB56 Portica

📋 copy color: '#ECDB56'

red 236 ◦ green 219 ◦ blue 86

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

Shades of Portica #ECDB56

Tints of Portica #ECDB56

RGB

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

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

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

R = 43.62%
G = 40.48%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECDB56 (or 0xECDB56) is known color: Portica. HEX triplet: EC, DB and 56. RGB value is (236,219,86). Sum of RGB (Red+Green+Blue) = 236+219+86=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 86 (33.98% from 255 or 15.90% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB56 is #1324A9. Grayscale: #D1D1D1. Windows color (decimal): -1254570 or 5692396. OLE color: 5692396.

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

Color convert

RGB 236 219 86 -
CMYK 0 0.07 0.64 0.07
HSL 53.2º 0.8% 0.63% -
HSV(B) 53.2º 0.64% 0.93% -
XYZ 61.6 69.17 18.91 -
YUV 208.92 58.63 147.31 -
System Red Green Blue C M Y K H S L
Decimal 236 219 86 0 0.07 0.64 0.07 53.2 0.8 0.63
Hex EC DB 56 0 7 40 7 35 50 3F
Octal 354 333 126 0 7 100 7 65 120 77
Binary 11101100 11011011 1010110 0 111 1000000 111 110101 1010000 111111

Color Harmonies of #ECDB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB56

Black with #ECDB56

Text Example


Text Example

White with #ECDB56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB56; }

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

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

background-color css

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

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

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

border-color css

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

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

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