Html Css Color HEX #ECD250 Portica

📋 copy color: '#ECD250'

red 236 ◦ green 210 ◦ blue 80

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

Shades of Portica #ECD250

Tints of Portica #ECD250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.21%

R = 44.87%
G = 39.92%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ECD250 (or 0xECD250) is known color: Portica. HEX triplet: EC, D2 and 50. RGB value is (236,210,80). Sum of RGB (Red+Green+Blue) = 236+210+80=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 80 (31.64% from 255 or 15.21% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD250 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD250 is #132DAF. Grayscale: #CBCBCB. Windows color (decimal): -1256880 or 5296876. OLE color: 5296876.

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

Color convert

RGB 236 210 80 -
CMYK 0 0.11 0.66 0.07
HSL 50º 0.8% 0.62% -
HSV(B) 50º 0.66% 0.93% -
XYZ 59.09 64.51 16.93 -
YUV 202.95 58.61 151.57 -
System Red Green Blue C M Y K H S L
Decimal 236 210 80 0 0.11 0.66 0.07 50 0.8 0.62
Hex EC D2 50 0 B 42 7 32 50 3E
Octal 354 322 120 0 13 102 7 62 120 76
Binary 11101100 11010010 1010000 0 1011 1000010 111 110010 1010000 111110

Color Harmonies of #ECD250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD250

Black with #ECD250

Text Example


Text Example

White with #ECD250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD250; }

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

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

background-color css

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

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

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

border-color css

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

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

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