Html Css Color HEX #ECD44F Portica

📋 copy color: '#ECD44F'

red 236 ◦ green 212 ◦ blue 79

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

Shades of Portica #ECD44F

Tints of Portica #ECD44F

RGB

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

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

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

R = 44.78%
G = 40.23%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ECD44F (or 0xECD44F) is known color: Portica. HEX triplet: EC, D4 and 4F. RGB value is (236,212,79). Sum of RGB (Red+Green+Blue) = 236+212+79=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 79 (31.25% from 255 or 14.99% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD44F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD44F is #132BB0. Grayscale: #CCCCCC. Windows color (decimal): -1256369 or 5231852. OLE color: 5231852.

HSL color Cylindrical-coordinate representation of color #ECD44F: hue angle of 50.83º 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 #ECD44F is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 212 79 -
CMYK 0 0.10 0.67 0.07
HSL 50.83º 0.81% 0.62% -
HSV(B) 50.83º 0.67% 0.93% -
XYZ 59.55 65.48 16.9 -
YUV 204.01 57.45 150.81 -
System Red Green Blue C M Y K H S L
Decimal 236 212 79 0 0.10 0.67 0.07 50.83 0.81 0.62
Hex EC D4 4F 0 A 43 7 33 51 3E
Octal 354 324 117 0 12 103 7 63 121 76
Binary 11101100 11010100 1001111 0 1010 1000011 111 110011 1010001 111110

Color Harmonies of #ECD44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD44F

Black with #ECD44F

Text Example


Text Example

White with #ECD44F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD44F; }

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

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

background-color css

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

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

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

border-color css

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

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

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