Html Css Color HEX #ECD458 Portica

📋 copy color: '#ECD458'

red 236 ◦ green 212 ◦ blue 88

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

Shades of Portica #ECD458

Tints of Portica #ECD458

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.55%

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

R = 44.03%
G = 39.55%
B = 16.42%

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

#ECD458 (or 0xECD458) is known color: Portica. HEX triplet: EC, D4 and 58. RGB value is (236,212,88). Sum of RGB (Red+Green+Blue) = 236+212+88=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 88 (34.77% from 255 or 16.42% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD458 is #132BA7. Grayscale: #CDCDCD. Windows color (decimal): -1256360 or 5821676. OLE color: 5821676.

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

Color convert

RGB 236 212 88 -
CMYK 0 0.10 0.63 0.07
HSL 50.27º 0.8% 0.64% -
HSV(B) 50.27º 0.63% 0.93% -
XYZ 59.9 65.62 18.74 -
YUV 205.04 61.95 150.08 -
System Red Green Blue C M Y K H S L
Decimal 236 212 88 0 0.10 0.63 0.07 50.27 0.8 0.64
Hex EC D4 58 0 A 3F 7 32 50 40
Octal 354 324 130 0 12 77 7 62 120 100
Binary 11101100 11010100 1011000 0 1010 111111 111 110010 1010000 1000000

Color Harmonies of #ECD458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD458

Black with #ECD458

Text Example


Text Example

White with #ECD458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD458; }

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

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

background-color css

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

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

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

border-color css

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

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

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