Html Css Color HEX #ECD259 Portica

📋 copy color: '#ECD259'

red 236 ◦ green 210 ◦ blue 89

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

Shades of Portica #ECD259

Tints of Portica #ECD259

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.25%

 BLUE value IS 89 (35.16% from 255) = 16.64%

R = 44.11%
G = 39.25%
B = 16.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ECD259 (or 0xECD259) is known color: Portica. HEX triplet: EC, D2 and 59. RGB value is (236,210,89). Sum of RGB (Red+Green+Blue) = 236+210+89=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 89 (35.16% from 255 or 16.64% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD259 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD259 is #132DA6. Grayscale: #CCCCCC. Windows color (decimal): -1256871 or 5886700. OLE color: 5886700.

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

Color convert

RGB 236 210 89 -
CMYK 0 0.11 0.62 0.07
HSL 49.39º 0.79% 0.64% -
HSV(B) 49.39º 0.62% 0.93% -
XYZ 59.44 64.65 18.8 -
YUV 203.98 63.11 150.84 -
System Red Green Blue C M Y K H S L
Decimal 236 210 89 0 0.11 0.62 0.07 49.39 0.79 0.64
Hex EC D2 59 0 B 3E 7 31 4F 40
Octal 354 322 131 0 13 76 7 61 117 100
Binary 11101100 11010010 1011001 0 1011 111110 111 110001 1001111 1000000

Color Harmonies of #ECD259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD259

Black with #ECD259

Text Example


Text Example

White with #ECD259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD259; }

 p { color: rgb(236,210,89); }

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

background-color css

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

 a { background-color: rgb(236,210,89); }

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

border-color css

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

 span { border-color: rgb(236,210,89); }

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