Html Css Color HEX #ECDB54 Portica

📋 copy color: '#ECDB54'

red 236 ◦ green 219 ◦ blue 84

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

Shades of Portica #ECDB54

Tints of Portica #ECDB54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.58%

R = 43.78%
G = 40.63%
B = 15.58%

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

#ECDB54 (or 0xECDB54) is known color: Portica. HEX triplet: EC, DB and 54. RGB value is (236,219,84). Sum of RGB (Red+Green+Blue) = 236+219+84=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 84 (33.20% from 255 or 15.58% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB54 is #1324AB. Grayscale: #D1D1D1. Windows color (decimal): -1254572 or 5561324. OLE color: 5561324.

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

Color convert

RGB 236 219 84 -
CMYK 0 0.07 0.64 0.07
HSL 53.29º 0.8% 0.63% -
HSV(B) 53.29º 0.64% 0.93% -
XYZ 61.52 69.14 18.49 -
YUV 208.69 57.63 147.48 -
System Red Green Blue C M Y K H S L
Decimal 236 219 84 0 0.07 0.64 0.07 53.29 0.8 0.63
Hex EC DB 54 0 7 40 7 35 50 3F
Octal 354 333 124 0 7 100 7 65 120 77
Binary 11101100 11011011 1010100 0 111 1000000 111 110101 1010000 111111

Color Harmonies of #ECDB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB54

Black with #ECDB54

Text Example


Text Example

White with #ECDB54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB54; }

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

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

background-color css

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

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

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

border-color css

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

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

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