Html Css Color HEX #ECDA5B Portica

📋 copy color: '#ECDA5B'

red 236 ◦ green 218 ◦ blue 91

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

Shades of Portica #ECDA5B

Tints of Portica #ECDA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.7%

R = 43.3%
G = 40%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ECDA5B (or 0xECDA5B) is known color: Portica. HEX triplet: EC, DA and 5B. RGB value is (236,218,91). Sum of RGB (Red+Green+Blue) = 236+218+91=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 91 (35.94% from 255 or 16.70% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA5B is #1325A4. Grayscale: #D1D1D1. Windows color (decimal): -1254821 or 6019820. OLE color: 6019820.

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

Color convert

RGB 236 218 91 -
CMYK 0 0.08 0.61 0.07
HSL 52.55º 0.79% 0.64% -
HSV(B) 52.55º 0.61% 0.93% -
XYZ 61.55 68.73 19.92 -
YUV 208.9 61.46 147.33 -
System Red Green Blue C M Y K H S L
Decimal 236 218 91 0 0.08 0.61 0.07 52.55 0.79 0.64
Hex EC DA 5B 0 8 3D 7 35 4F 40
Octal 354 332 133 0 10 75 7 65 117 100
Binary 11101100 11011010 1011011 0 1000 111101 111 110101 1001111 1000000

Color Harmonies of #ECDA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA5B

Black with #ECDA5B

Text Example


Text Example

White with #ECDA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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