Html Css Color HEX #ECD450 Portica

📋 copy color: '#ECD450'

red 236 ◦ green 212 ◦ blue 80

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

Shades of Portica #ECD450

Tints of Portica #ECD450

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.15%

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

R = 44.7%
G = 40.15%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ECD450 (or 0xECD450) is known color: Portica. HEX triplet: EC, D4 and 50. RGB value is (236,212,80). Sum of RGB (Red+Green+Blue) = 236+212+80=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 80 (31.64% from 255 or 15.15% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD450 is #132BAF. Grayscale: #CCCCCC. Windows color (decimal): -1256368 or 5297388. OLE color: 5297388.

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

Color convert

RGB 236 212 80 -
CMYK 0 0.10 0.66 0.07
HSL 50.77º 0.8% 0.62% -
HSV(B) 50.77º 0.66% 0.93% -
XYZ 59.58 65.5 17.09 -
YUV 204.13 57.95 150.73 -
System Red Green Blue C M Y K H S L
Decimal 236 212 80 0 0.10 0.66 0.07 50.77 0.8 0.62
Hex EC D4 50 0 A 42 7 33 50 3E
Octal 354 324 120 0 12 102 7 63 120 76
Binary 11101100 11010100 1010000 0 1010 1000010 111 110011 1010000 111110

Color Harmonies of #ECD450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD450

Black with #ECD450

Text Example


Text Example

White with #ECD450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD450; }

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

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

background-color css

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

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

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

border-color css

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

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

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