Html Css Color HEX #ECDA5F Portica

📋 copy color: '#ECDA5F'

red 236 ◦ green 218 ◦ blue 95

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

Shades of Portica #ECDA5F

Tints of Portica #ECDA5F

RGB

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

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

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

R = 42.99%
G = 39.71%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ECDA5F (or 0xECDA5F) is known color: Portica. HEX triplet: EC, DA and 5F. RGB value is (236,218,95). Sum of RGB (Red+Green+Blue) = 236+218+95=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 95 (37.5% from 255 or 17.30% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA5F is #1325A0. Grayscale: #D1D1D1. Windows color (decimal): -1254817 or 6281964. OLE color: 6281964.

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

Color convert

RGB 236 218 95 -
CMYK 0 0.08 0.60 0.07
HSL 52.34º 0.79% 0.65% -
HSV(B) 52.34º 0.6% 0.93% -
XYZ 61.73 68.8 20.85 -
YUV 209.36 63.46 147 -
System Red Green Blue C M Y K H S L
Decimal 236 218 95 0 0.08 0.60 0.07 52.34 0.79 0.65
Hex EC DA 5F 0 8 3C 7 34 4F 41
Octal 354 332 137 0 10 74 7 64 117 101
Binary 11101100 11011010 1011111 0 1000 111100 111 110100 1001111 1000001

Color Harmonies of #ECDA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA5F

Black with #ECDA5F

Text Example


Text Example

White with #ECDA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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