Html Css Color HEX #ECDB5E Portica

📋 copy color: '#ECDB5E'

red 236 ◦ green 219 ◦ blue 94

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

Shades of Portica #ECDB5E

Tints of Portica #ECDB5E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.89%

 BLUE value IS 94 (37.11% from 255) = 17.12%

R = 42.99%
G = 39.89%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ECDB5E (or 0xECDB5E) is known color: Portica. HEX triplet: EC, DB and 5E. RGB value is (236,219,94). Sum of RGB (Red+Green+Blue) = 236+219+94=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 94 (37.11% from 255 or 17.12% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB5E is #1324A1. Grayscale: #D2D2D2. Windows color (decimal): -1254562 or 6216684. OLE color: 6216684.

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

Color convert

RGB 236 219 94 -
CMYK 0 0.07 0.60 0.07
HSL 52.82º 0.79% 0.65% -
HSV(B) 52.82º 0.6% 0.93% -
XYZ 61.94 69.3 20.7 -
YUV 209.83 62.63 146.66 -
System Red Green Blue C M Y K H S L
Decimal 236 219 94 0 0.07 0.60 0.07 52.82 0.79 0.65
Hex EC DB 5E 0 7 3C 7 35 4F 41
Octal 354 333 136 0 7 74 7 65 117 101
Binary 11101100 11011011 1011110 0 111 111100 111 110101 1001111 1000001

Color Harmonies of #ECDB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB5E

Black with #ECDB5E

Text Example


Text Example

White with #ECDB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB5E; }

 p { color: rgb(236,219,94); }

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

background-color css

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

 a { background-color: rgb(236,219,94); }

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

border-color css

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

 span { border-color: rgb(236,219,94); }

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