Html Css Color HEX #ECDA4F Portica

📋 copy color: '#ECDA4F'

red 236 ◦ green 218 ◦ blue 79

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

Shades of Portica #ECDA4F

Tints of Portica #ECDA4F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.9%

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

R = 44.28%
G = 40.9%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ECDA4F (or 0xECDA4F) is known color: Portica. HEX triplet: EC, DA and 4F. RGB value is (236,218,79). Sum of RGB (Red+Green+Blue) = 236+218+79=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 79 (31.25% from 255 or 14.82% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA4F is #1325B0. Grayscale: #D0D0D0. Windows color (decimal): -1254833 or 5233388. OLE color: 5233388.

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

Color convert

RGB 236 218 79 -
CMYK 0 0.08 0.67 0.07
HSL 53.12º 0.81% 0.62% -
HSV(B) 53.12º 0.67% 0.93% -
XYZ 61.07 68.54 17.41 -
YUV 207.54 55.46 148.3 -
System Red Green Blue C M Y K H S L
Decimal 236 218 79 0 0.08 0.67 0.07 53.12 0.81 0.62
Hex EC DA 4F 0 8 43 7 35 51 3E
Octal 354 332 117 0 10 103 7 65 121 76
Binary 11101100 11011010 1001111 0 1000 1000011 111 110101 1010001 111110

Color Harmonies of #ECDA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA4F

Black with #ECDA4F

Text Example


Text Example

White with #ECDA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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