Html Css Color HEX #ECDB5B Portica

📋 copy color: '#ECDB5B'

red 236 ◦ green 219 ◦ blue 91

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

Shades of Portica #ECDB5B

Tints of Portica #ECDB5B

RGB

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

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

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

R = 43.22%
G = 40.11%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ECDB5B (or 0xECDB5B) is known color: Portica. HEX triplet: EC, DB and 5B. RGB value is (236,219,91). Sum of RGB (Red+Green+Blue) = 236+219+91=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 91 (35.94% from 255 or 16.67% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB5B is #1324A4. Grayscale: #D2D2D2. Windows color (decimal): -1254565 or 6020076. OLE color: 6020076.

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

Color convert

RGB 236 219 91 -
CMYK 0 0.07 0.61 0.07
HSL 52.97º 0.79% 0.64% -
HSV(B) 52.97º 0.61% 0.93% -
XYZ 61.81 69.25 20.01 -
YUV 209.49 61.13 146.91 -
System Red Green Blue C M Y K H S L
Decimal 236 219 91 0 0.07 0.61 0.07 52.97 0.79 0.64
Hex EC DB 5B 0 7 3D 7 35 4F 40
Octal 354 333 133 0 7 75 7 65 117 100
Binary 11101100 11011011 1011011 0 111 111101 111 110101 1001111 1000000

Color Harmonies of #ECDB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB5B

Black with #ECDB5B

Text Example


Text Example

White with #ECDB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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