Html Css Color HEX #ECD258 Portica

📋 copy color: '#ECD258'

red 236 ◦ green 210 ◦ blue 88

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

Shades of Portica #ECD258

Tints of Portica #ECD258

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.33%

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

R = 44.19%
G = 39.33%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ECD258 (or 0xECD258) is known color: Portica. HEX triplet: EC, D2 and 58. RGB value is (236,210,88). Sum of RGB (Red+Green+Blue) = 236+210+88=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 88 (34.77% from 255 or 16.48% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD258 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD258 is #132DA7. Grayscale: #CCCCCC. Windows color (decimal): -1256872 or 5821164. OLE color: 5821164.

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

Color convert

RGB 236 210 88 -
CMYK 0 0.11 0.63 0.07
HSL 49.46º 0.8% 0.64% -
HSV(B) 49.46º 0.63% 0.93% -
XYZ 59.4 64.63 18.58 -
YUV 203.87 62.61 150.92 -
System Red Green Blue C M Y K H S L
Decimal 236 210 88 0 0.11 0.63 0.07 49.46 0.8 0.64
Hex EC D2 58 0 B 3F 7 31 50 40
Octal 354 322 130 0 13 77 7 61 120 100
Binary 11101100 11010010 1011000 0 1011 111111 111 110001 1010000 1000000

Color Harmonies of #ECD258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD258

Black with #ECD258

Text Example


Text Example

White with #ECD258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD258; }

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

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

background-color css

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

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

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

border-color css

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

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

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