Html Css Color HEX #ECD457 Portica

📋 copy color: '#ECD457'

red 236 ◦ green 212 ◦ blue 87

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

Shades of Portica #ECD457

Tints of Portica #ECD457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.26%

R = 44.11%
G = 39.63%
B = 16.26%

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

#ECD457 (or 0xECD457) is known color: Portica. HEX triplet: EC, D4 and 57. RGB value is (236,212,87). Sum of RGB (Red+Green+Blue) = 236+212+87=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 87 (34.38% from 255 or 16.26% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD457 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD457 is #132BA8. Grayscale: #CDCDCD. Windows color (decimal): -1256361 or 5756140. OLE color: 5756140.

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

Color convert

RGB 236 212 87 -
CMYK 0 0.10 0.63 0.07
HSL 50.34º 0.8% 0.63% -
HSV(B) 50.34º 0.63% 0.93% -
XYZ 59.86 65.61 18.53 -
YUV 204.93 61.45 150.16 -
System Red Green Blue C M Y K H S L
Decimal 236 212 87 0 0.10 0.63 0.07 50.34 0.8 0.63
Hex EC D4 57 0 A 3F 7 32 50 3F
Octal 354 324 127 0 12 77 7 62 120 77
Binary 11101100 11010100 1010111 0 1010 111111 111 110010 1010000 111111

Color Harmonies of #ECD457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD457

Black with #ECD457

Text Example


Text Example

White with #ECD457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD457; }

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

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

background-color css

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

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

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

border-color css

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

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

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