Html Css Color HEX #ECD64F Portica

📋 copy color: '#ECD64F'

red 236 ◦ green 214 ◦ blue 79

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

Shades of Portica #ECD64F

Tints of Portica #ECD64F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.45%

 BLUE value IS 79 (31.25% from 255) = 14.93%

R = 44.61%
G = 40.45%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ECD64F (or 0xECD64F) is known color: Portica. HEX triplet: EC, D6 and 4F. RGB value is (236,214,79). Sum of RGB (Red+Green+Blue) = 236+214+79=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 79 (31.25% from 255 or 14.93% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD64F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD64F is #1329B0. Grayscale: #CDCDCD. Windows color (decimal): -1255857 or 5232364. OLE color: 5232364.

HSL color Cylindrical-coordinate representation of color #ECD64F: hue angle of 51.59º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECD64F is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 214 79 -
CMYK 0 0.09 0.67 0.07
HSL 51.59º 0.81% 0.62% -
HSV(B) 51.59º 0.67% 0.93% -
XYZ 60.05 66.49 17.07 -
YUV 205.19 56.79 149.98 -
System Red Green Blue C M Y K H S L
Decimal 236 214 79 0 0.09 0.67 0.07 51.59 0.81 0.62
Hex EC D6 4F 0 9 43 7 34 51 3E
Octal 354 326 117 0 11 103 7 64 121 76
Binary 11101100 11010110 1001111 0 1001 1000011 111 110100 1010001 111110

Color Harmonies of #ECD64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD64F

Black with #ECD64F

Text Example


Text Example

White with #ECD64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD64F; }

 p { color: rgb(236,214,79); }

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

background-color css

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

 a { background-color: rgb(236,214,79); }

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

border-color css

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

 span { border-color: rgb(236,214,79); }

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