Html Css Color HEX #ECD45D Portica

📋 copy color: '#ECD45D'

red 236 ◦ green 212 ◦ blue 93

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

Shades of Portica #ECD45D

Tints of Portica #ECD45D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.19%

R = 43.62%
G = 39.19%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ECD45D (or 0xECD45D) is known color: Portica. HEX triplet: EC, D4 and 5D. RGB value is (236,212,93). Sum of RGB (Red+Green+Blue) = 236+212+93=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 93 (36.72% from 255 or 17.19% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD45D is #132BA2. Grayscale: #CECECE. Windows color (decimal): -1256355 or 6149356. OLE color: 6149356.

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

Color convert

RGB 236 212 93 -
CMYK 0 0.10 0.61 0.07
HSL 49.93º 0.79% 0.65% -
HSV(B) 49.93º 0.61% 0.93% -
XYZ 60.11 65.71 19.87 -
YUV 205.61 64.45 149.68 -
System Red Green Blue C M Y K H S L
Decimal 236 212 93 0 0.10 0.61 0.07 49.93 0.79 0.65
Hex EC D4 5D 0 A 3D 7 32 4F 41
Octal 354 324 135 0 12 75 7 62 117 101
Binary 11101100 11010100 1011101 0 1010 111101 111 110010 1001111 1000001

Color Harmonies of #ECD45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD45D

Black with #ECD45D

Text Example


Text Example

White with #ECD45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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