Html Css Color HEX #ECD558 Portica

📋 copy color: '#ECD558'

red 236 ◦ green 213 ◦ blue 88

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

Shades of Portica #ECD558

Tints of Portica #ECD558

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.66%

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

R = 43.95%
G = 39.66%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ECD558 (or 0xECD558) is known color: Portica. HEX triplet: EC, D5 and 58. RGB value is (236,213,88). Sum of RGB (Red+Green+Blue) = 236+213+88=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 88 (34.77% from 255 or 16.39% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD558 is #132AA7. Grayscale: #CECECE. Windows color (decimal): -1256104 or 5821932. OLE color: 5821932.

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

Color convert

RGB 236 213 88 -
CMYK 0 0.10 0.63 0.07
HSL 50.68º 0.8% 0.64% -
HSV(B) 50.68º 0.63% 0.93% -
XYZ 60.15 66.13 18.83 -
YUV 205.63 61.62 149.66 -
System Red Green Blue C M Y K H S L
Decimal 236 213 88 0 0.10 0.63 0.07 50.68 0.8 0.64
Hex EC D5 58 0 A 3F 7 33 50 40
Octal 354 325 130 0 12 77 7 63 120 100
Binary 11101100 11010101 1011000 0 1010 111111 111 110011 1010000 1000000

Color Harmonies of #ECD558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD558

Black with #ECD558

Text Example


Text Example

White with #ECD558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD558; }

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

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

background-color css

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

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

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

border-color css

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

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

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