Html Css Color HEX #ECD45F Portica

📋 copy color: '#ECD45F'

red 236 ◦ green 212 ◦ blue 95

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

Shades of Portica #ECD45F

Tints of Portica #ECD45F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.5%

R = 43.46%
G = 39.04%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ECD45F (or 0xECD45F) is known color: Portica. HEX triplet: EC, D4 and 5F. RGB value is (236,212,95). Sum of RGB (Red+Green+Blue) = 236+212+95=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 95 (37.5% from 255 or 17.50% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD45F is #132BA0. Grayscale: #CECECE. Windows color (decimal): -1256353 or 6280428. OLE color: 6280428.

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

Color convert

RGB 236 212 95 -
CMYK 0 0.10 0.60 0.07
HSL 49.79º 0.79% 0.65% -
HSV(B) 49.79º 0.6% 0.93% -
XYZ 60.2 65.75 20.34 -
YUV 205.84 65.45 149.51 -
System Red Green Blue C M Y K H S L
Decimal 236 212 95 0 0.10 0.60 0.07 49.79 0.79 0.65
Hex EC D4 5F 0 A 3C 7 32 4F 41
Octal 354 324 137 0 12 74 7 62 117 101
Binary 11101100 11010100 1011111 0 1010 111100 111 110010 1001111 1000001

Color Harmonies of #ECD45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD45F

Black with #ECD45F

Text Example


Text Example

White with #ECD45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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