Html Css Color HEX #ECD054 Portica

📋 copy color: '#ECD054'

red 236 ◦ green 208 ◦ blue 84

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

Shades of Portica #ECD054

Tints of Portica #ECD054

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.39%

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

R = 44.7%
G = 39.39%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ECD054 (or 0xECD054) is known color: Portica. HEX triplet: EC, D0 and 54. RGB value is (236,208,84). Sum of RGB (Red+Green+Blue) = 236+208+84=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 84 (33.20% from 255 or 15.91% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD054 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD054 is #132FAB. Grayscale: #CACACA. Windows color (decimal): -1257388 or 5558508. OLE color: 5558508.

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

Color convert

RGB 236 208 84 -
CMYK 0 0.12 0.64 0.07
HSL 48.95º 0.8% 0.63% -
HSV(B) 48.95º 0.64% 0.93% -
XYZ 58.75 63.58 17.56 -
YUV 202.24 61.28 152.08 -
System Red Green Blue C M Y K H S L
Decimal 236 208 84 0 0.12 0.64 0.07 48.95 0.8 0.63
Hex EC D0 54 0 C 40 7 31 50 3F
Octal 354 320 124 0 14 100 7 61 120 77
Binary 11101100 11010000 1010100 0 1100 1000000 111 110001 1010000 111111

Color Harmonies of #ECD054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD054

Black with #ECD054

Text Example


Text Example

White with #ECD054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD054; }

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

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

background-color css

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

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

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

border-color css

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

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

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