Html Css Color HEX #ECDB58 Portica

📋 copy color: '#ECDB58'

red 236 ◦ green 219 ◦ blue 88

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

Shades of Portica #ECDB58

Tints of Portica #ECDB58

RGB

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

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

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

R = 43.46%
G = 40.33%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ECDB58 (or 0xECDB58) is known color: Portica. HEX triplet: EC, DB and 58. RGB value is (236,219,88). Sum of RGB (Red+Green+Blue) = 236+219+88=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 88 (34.77% from 255 or 16.21% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB58 is #1324A7. Grayscale: #D1D1D1. Windows color (decimal): -1254568 or 5823468. OLE color: 5823468.

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

Color convert

RGB 236 219 88 -
CMYK 0 0.07 0.63 0.07
HSL 53.11º 0.8% 0.64% -
HSV(B) 53.11º 0.63% 0.93% -
XYZ 61.69 69.2 19.34 -
YUV 209.15 59.63 147.15 -
System Red Green Blue C M Y K H S L
Decimal 236 219 88 0 0.07 0.63 0.07 53.11 0.8 0.64
Hex EC DB 58 0 7 3F 7 35 50 40
Octal 354 333 130 0 7 77 7 65 120 100
Binary 11101100 11011011 1011000 0 111 111111 111 110101 1010000 1000000

Color Harmonies of #ECDB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB58

Black with #ECDB58

Text Example


Text Example

White with #ECDB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB58; }

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

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

background-color css

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

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

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

border-color css

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

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

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