Html Css Color HEX #ECDA58 Portica

📋 copy color: '#ECDA58'

red 236 ◦ green 218 ◦ blue 88

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

Shades of Portica #ECDA58

Tints of Portica #ECDA58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.24%

R = 43.54%
G = 40.22%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ECDA58 (or 0xECDA58) is known color: Portica. HEX triplet: EC, DA and 58. RGB value is (236,218,88). Sum of RGB (Red+Green+Blue) = 236+218+88=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 88 (34.77% from 255 or 16.24% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA58 is #1325A7. Grayscale: #D1D1D1. Windows color (decimal): -1254824 or 5823212. OLE color: 5823212.

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

Color convert

RGB 236 218 88 -
CMYK 0 0.08 0.63 0.07
HSL 52.7º 0.8% 0.64% -
HSV(B) 52.7º 0.63% 0.93% -
XYZ 61.42 68.68 19.25 -
YUV 208.56 59.96 147.57 -
System Red Green Blue C M Y K H S L
Decimal 236 218 88 0 0.08 0.63 0.07 52.7 0.8 0.64
Hex EC DA 58 0 8 3F 7 35 50 40
Octal 354 332 130 0 10 77 7 65 120 100
Binary 11101100 11011010 1011000 0 1000 111111 111 110101 1010000 1000000

Color Harmonies of #ECDA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA58

Black with #ECDA58

Text Example


Text Example

White with #ECDA58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA58; }

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

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

background-color css

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

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

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

border-color css

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

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

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