Html Css Color HEX #ECD460 Portica

📋 copy color: '#ECD460'

red 236 ◦ green 212 ◦ blue 96

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

Shades of Portica #ECD460

Tints of Portica #ECD460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.65%

R = 43.38%
G = 38.97%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ECD460 (or 0xECD460) is known color: Portica. HEX triplet: EC, D4 and 60. RGB value is (236,212,96). Sum of RGB (Red+Green+Blue) = 236+212+96=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 212 (83.20% from 255 or 38.97% from 544); Blue value is 96 (37.89% from 255 or 17.65% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD460 is #132B9F. Grayscale: #CECECE. Windows color (decimal): -1256352 or 6345964. OLE color: 6345964.

HSL color Cylindrical-coordinate representation of color #ECD460: hue angle of 49.71º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ECD460 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 212 96 -
CMYK 0 0.10 0.59 0.07
HSL 49.71º 0.79% 0.65% -
HSV(B) 49.71º 0.59% 0.93% -
XYZ 60.25 65.76 20.58 -
YUV 205.95 65.95 149.43 -
System Red Green Blue C M Y K H S L
Decimal 236 212 96 0 0.10 0.59 0.07 49.71 0.79 0.65
Hex EC D4 60 0 A 3B 7 32 4F 41
Octal 354 324 140 0 12 73 7 62 117 101
Binary 11101100 11010100 1100000 0 1010 111011 111 110010 1001111 1000001

Color Harmonies of #ECD460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD460

Black with #ECD460

Text Example


Text Example

White with #ECD460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD460; }

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

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

background-color css

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

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

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

border-color css

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

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

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